Mmoreram\RSQueueBundle\Factory\SerializerFactory::__construct PHP Метод

__construct() публичный Метод

Construct method
public __construct ( string $serializerType )
$serializerType string Serializer type Construct method
    public function __construct($serializerType)
    {
        $this->serializerType = $serializerType;
    }
SerializerFactory