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

Inheritance: extends eZ\Publish\Core\Persistence\Legacy\Content\UrlWildcard\Gateway
Afficher le fichier Open project: ezsystems/ezpublish-kernel

Protected Properties

Свойство Type Description
$innerGateway eZ\Publish\Core\Persistence\Legacy\Content\UrlWildcard\Gateway The wrapped gateway.

Méthodes publiques

Méthode 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 méthode

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

deleteUrlWildcard() public méthode

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

insertUrlWildcard() public méthode

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

loadUrlWildcardData() public méthode

public loadUrlWildcardData ( mixed $parentId ) : array
$parentId mixed
Résultat array

loadUrlWildcardsData() public méthode

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

Property Details

$innerGateway protected_oe property

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