PHP Класс eZ\Publish\Core\Persistence\Legacy\Content\UrlWildcard\Gateway\ExceptionConversion

Наследование: extends eZ\Publish\Core\Persistence\Legacy\Content\UrlWildcard\Gateway
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$innerGateway eZ\Publish\Core\Persistence\Legacy\Content\UrlWildcard\Gateway The wrapped gateway.

Открытые методы

Метод Описание
__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).

Описание методов

__construct() публичный Метод

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

deleteUrlWildcard() публичный Метод

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

insertUrlWildcard() публичный Метод

Inserts the given UrlWildcard.
public insertUrlWildcard ( eZ\Publish\SPI\Persistence\Content\UrlWildcard $urlWildcard ) : mixed
$urlWildcard eZ\Publish\SPI\Persistence\Content\UrlWildcard
Результат mixed

loadUrlWildcardData() публичный Метод

public loadUrlWildcardData ( mixed $parentId ) : array
$parentId mixed
Результат array

loadUrlWildcardsData() публичный Метод

Loads an array with data about UrlWildcards (paged).
public loadUrlWildcardsData ( mixed $offset, mixed $limit ) : array
$offset mixed
$limit mixed
Результат array

Описание свойств

$innerGateway защищенное свойство

The wrapped gateway.
protected Gateway,eZ\Publish\Core\Persistence\Legacy\Content\UrlWildcard $innerGateway
Результат eZ\Publish\Core\Persistence\Legacy\Content\UrlWildcard\Gateway