eZ\Publish\Core\REST\Client\ContentService::findContent PHP Метод

findContent() публичный Метод

Finds content objects for the given query.
public findContent ( eZ\Publish\API\Repository\Values\Content\Query $query, array $languageFilter, boolean $filterOnUserPermissions = true ) : eZ\Publish\API\Repository\Values\Content\SearchResult
$query eZ\Publish\API\Repository\Values\Content\Query
$languageFilter array Configuration for specifying prioritized languages query will be performed on. Currently supported: array("languages" => array(,..)).
$filterOnUserPermissions boolean if true only the objects which is the user allowed to read are returned.
Результат eZ\Publish\API\Repository\Values\Content\SearchResult
    public function findContent(Query $query, array $languageFilter, $filterOnUserPermissions = true)
    {
        throw new \Exception('@todo: Implement.');
    }