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

Inheritance: extends eZ\Publish\Core\REST\Common\Input\BaseParser
Afficher le fichier Open project: ezsystems/ezpublish-kernel

Protected Properties

Свойство Type Description
$locationService eZ\Publish\API\Repository\LocationService Location service.

Méthodes publiques

Méthode 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 méthode

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

parse() public méthode

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
Résultat eZ\Publish\API\Repository\Values\Content\Query\Criterion\ParentLocationId

Property Details

$locationService protected_oe property

Location service.
protected LocationService,eZ\Publish\API\Repository $locationService
Résultat eZ\Publish\API\Repository\LocationService