eZ\Publish\Core\REST\Server\Input\Parser\Criterion\ParentLocationRemoteId::__construct PHP Метод

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

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