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

Inheritance: extends eZ\Publish\Core\Search\Legacy\Content\Gateway
Show file Open project: ezsystems/ezpublish-kernel

Protected Properties

Property Type Description
$innerGateway eZ\Publish\Core\Search\Legacy\Content\Gateway The wrapped gateway.

Public Methods

Method Description
__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.

Method Details

__construct() public method

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

find() public method

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
return mixed[][]

Property Details

$innerGateway protected property

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