PHP Class eZ\Publish\Core\REST\Server\Input\Parser\Criterion\ParentLocationRemoteId

Inheritance: extends eZ\Publish\Core\REST\Common\Input\BaseParser
Show file Open project: ezsystems/ezpublish-kernel

Protected Properties

Property Type Description
$locationService eZ\Publish\API\Repository\LocationService Location service.

Public Methods

Method Description
__construct ( eZ\Publish\API\Repository\LocationService $locationService )
parse ( array $data, ParsingDispatcher $parsingDispatcher ) : eZ\Publish\API\Repository\Values\Content\Query\Criterion\ParentLocationId Parses input structure to a Criterion object.

Method Details

__construct() public method

public __construct ( eZ\Publish\API\Repository\LocationService $locationService )
$locationService eZ\Publish\API\Repository\LocationService

parse() public method

Parses input structure to a Criterion object.
public parse ( array $data, ParsingDispatcher $parsingDispatcher ) : eZ\Publish\API\Repository\Values\Content\Query\Criterion\ParentLocationId
$data array
$parsingDispatcher eZ\Publish\Core\REST\Common\Input\ParsingDispatcher
return eZ\Publish\API\Repository\Values\Content\Query\Criterion\ParentLocationId

Property Details

$locationService protected property

Location service.
protected LocationService,eZ\Publish\API\Repository $locationService
return eZ\Publish\API\Repository\LocationService