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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$innerGateway eZ\Publish\Core\Search\Legacy\Content\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 $sort = null, array $languageFilter = [], boolean $doCount = true ) : mixed[][] Returns a list of object satisfying the $criterion.

메소드 상세

__construct() 공개 메소드

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

find() 공개 메소드

Returns a list of object satisfying the $criterion.
public find ( eZ\Publish\API\Repository\Values\Content\Query\Criterion $criterion, integer $offset, integer | null $limit = null, array $sort = null, array $languageFilter = [], boolean $doCount = true ) : mixed[][]
$criterion eZ\Publish\API\Repository\Values\Content\Query\Criterion
$offset integer
$limit integer | null
$sort array
$languageFilter array
$doCount boolean
리턴 mixed[][]

프로퍼티 상세

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

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