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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$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