PHP 클래스 eZ\Publish\Core\Search\Legacy\Content\Location\Gateway\ExceptionConversion

상속: extends eZ\Publish\Core\Search\Legacy\Content\Location\Gateway
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

보호된 프로퍼티들

프로퍼티 타입 설명
$innerGateway eZ\Publish\Core\Search\Legacy\Content\Location\Gateway The wrapped gateway.

공개 메소드들

메소드 설명
__construct ( Gateway $innerGateway ) Creates a new exception conversion gateway around $innerGateway.
find ( eZ\Publish\API\Repository\Values\Content\Query\Criterion $criterion, integer $offset, integer | null $limit = null, array $sortClauses = null, array $languageFilter = [], boolean $doCount = true ) : mixed[][] Returns total count and data for all Locations satisfying the parameters.

메소드 상세

__construct() 공개 메소드

Creates a new exception conversion gateway around $innerGateway.
public __construct ( Gateway $innerGateway )
$innerGateway eZ\Publish\Core\Search\Legacy\Content\Location\Gateway

find() 공개 메소드

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

프로퍼티 상세

$innerGateway 보호되어 있는 프로퍼티

The wrapped gateway.
protected Gateway,eZ\Publish\Core\Search\Legacy\Content\Location $innerGateway
리턴 eZ\Publish\Core\Search\Legacy\Content\Location\Gateway