PHP Class eZ\Publish\Core\REST\Server\Values\RestViewInput

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

Public Properties

Property Type Description
$identifier string View identifier.
$query eZ\Publish\API\Repository\Values\Content\Query The search query.

Property Details

$identifier public property

View identifier.
public string $identifier
return string

$query public property

The search query.
public Query,eZ\Publish\API\Repository\Values\Content $query
return eZ\Publish\API\Repository\Values\Content\Query