PHP Class eZ\Publish\Core\Search\Legacy\Content\Location\Gateway

Afficher le fichier Open project: ezsystems/ezpublish-kernel Class Usage Examples

Méthodes publiques

Méthode Description
find ( eZ\Publish\API\Repository\Values\Content\Query\Criterion $criterion, integer $offset, integer $limit, array $sortClauses = null, array $languageFilter = [], boolean $doCount = true ) : mixed[][] Returns total count and data for all Locations satisfying the parameters.

Method Details

find() abstract public méthode

Returns total count and data for all Locations satisfying the parameters.
abstract public find ( eZ\Publish\API\Repository\Values\Content\Query\Criterion $criterion, integer $offset, integer $limit, array $sortClauses = null, array $languageFilter = [], boolean $doCount = true ) : mixed[][]
$criterion eZ\Publish\API\Repository\Values\Content\Query\Criterion
$offset integer
$limit integer
$sortClauses array
$languageFilter array
$doCount boolean
Résultat mixed[][]