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

Inheritance: extends eZ\Publish\Core\REST\Server\Input\Parser\Criterion
Show file Open project: ezsystems/ezpublish-kernel

Public Methods

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

Method Details

parse() public method

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