PHP 클래스 AcmePhp\Cli\Serializer\PemEncoder

저자: Titouan Galopin ([email protected])
상속: implements Symfony\Component\Serializer\Encoder\EncoderInterface, implements Symfony\Component\Serializer\Encoder\DecoderInterface
파일 보기 프로젝트 열기: acmephp/acmephp

공개 메소드들

메소드 설명
decode ( $data, $format, array $context = [] )
encode ( $data, $format, array $context = [] )
supportsDecoding ( $format )
supportsEncoding ( $format )

메소드 상세

decode() 공개 메소드

public decode ( $data, $format, array $context = [] )
$context array

encode() 공개 메소드

public encode ( $data, $format, array $context = [] )
$context array

supportsDecoding() 공개 메소드

public supportsDecoding ( $format )

supportsEncoding() 공개 메소드

public supportsEncoding ( $format )