PHP 클래스 Mmoreram\RSQueueBundle\Factory\SerializerFactory

파일 보기 프로젝트 열기: mmoreram/rsqueue-bundle 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$serializerType SerializerInterface Serializer

공개 메소드들

메소드 설명
__construct ( string $serializerType ) Construct method
get ( ) : SerializerInterface Generate new Serializer

메소드 상세

__construct() 공개 메소드

Construct method
public __construct ( string $serializerType )
$serializerType string Serializer type Construct method

get() 공개 메소드

Generate new Serializer
public get ( ) : SerializerInterface
리턴 SerializerInterface Generated Serializer

프로퍼티 상세

$serializerType 보호되어 있는 프로퍼티

Serializer
protected SerializerInterface $serializerType
리턴 SerializerInterface