Mmoreram\RSQueueBundle\Factory\SerializerFactory::__construct PHP Method

__construct() public method

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