Property | Type | Description | |
---|---|---|---|
$innerGateway | The wrapped gateway. |
Method | Description | |
---|---|---|
__construct ( |
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). |
public __construct ( |
||
$innerGateway |
public deleteUrlWildcard ( mixed $id ) | ||
$id | mixed |
public insertUrlWildcard ( eZ\Publish\SPI\Persistence\Content\UrlWildcard $urlWildcard ) : mixed | ||
$urlWildcard | eZ\Publish\SPI\Persistence\Content\UrlWildcard | |
return | mixed |
public loadUrlWildcardData ( mixed $parentId ) : array | ||
$parentId | mixed | |
return | array |