AcmePhp\Cli\Serializer\PemNormalizer::normalize PHP 메소드

normalize() 공개 메소드

public normalize ( $object, $format = null, array $context = [] )
$context array
    public function normalize($object, $format = null, array $context = [])
    {
        return $object->getPEM();
    }