PHP Class eZ\Publish\Core\Persistence\Legacy\Content\UrlWildcard\Gateway\ExceptionConversion

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

Protected Properties

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

Public Methods

Method Description
__construct ( Gateway $innerGateway ) Creates a new exception conversion gateway around $innerGateway.
deleteUrlWildcard ( mixed $id ) Deletes the UrlWildcard with given $id.
insertUrlWildcard ( eZ\Publish\SPI\Persistence\Content\UrlWildcard $urlWildcard ) : mixed Inserts the given UrlWildcard.
loadUrlWildcardData ( mixed $parentId ) : array
loadUrlWildcardsData ( mixed $offset, mixed $limit ) : array Loads an array with data about UrlWildcards (paged).

Method Details

__construct() public method

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

deleteUrlWildcard() public method

Deletes the UrlWildcard with given $id.
public deleteUrlWildcard ( mixed $id )
$id mixed

insertUrlWildcard() public method

Inserts the given UrlWildcard.
public insertUrlWildcard ( eZ\Publish\SPI\Persistence\Content\UrlWildcard $urlWildcard ) : mixed
$urlWildcard eZ\Publish\SPI\Persistence\Content\UrlWildcard
return mixed

loadUrlWildcardData() public method

public loadUrlWildcardData ( mixed $parentId ) : array
$parentId mixed
return array

loadUrlWildcardsData() public method

Loads an array with data about UrlWildcards (paged).
public loadUrlWildcardsData ( mixed $offset, mixed $limit ) : array
$offset mixed
$limit mixed
return array

Property Details

$innerGateway protected property

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