PHP Class Mmoreram\RSQueueBundle\Factory\SerializerFactory

Afficher le fichier Open project: mmoreram/rsqueue-bundle Class Usage Examples

Protected Properties

Свойство Type Description
$serializerType SerializerInterface Serializer

Méthodes publiques

Méthode Description
__construct ( string $serializerType ) Construct method
get ( ) : SerializerInterface Generate new Serializer

Method Details

__construct() public méthode

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

get() public méthode

Generate new Serializer
public get ( ) : SerializerInterface
Résultat SerializerInterface Generated Serializer

Property Details

$serializerType protected_oe property

Serializer
protected SerializerInterface $serializerType
Résultat SerializerInterface