eZ\Bundle\EzPublishRestBundle\Routing\OptionsLoader\RouteCollectionMapper::__construct PHP Method

__construct() public method

public __construct ( Mapper $mapper )
$mapper Mapper
    public function __construct(Mapper $mapper)
    {
        $this->mapper = $mapper;
    }
RouteCollectionMapper