eZ\Bundle\EzPublishCoreBundle\Converter\LocationParamConverter::__construct PHP Method

__construct() public method

public __construct ( eZ\Publish\API\Repository\LocationService $locationService )
$locationService eZ\Publish\API\Repository\LocationService
    public function __construct(LocationService $locationService)
    {
        $this->locationService = $locationService;
    }