PHP Класс eZ\Publish\Core\Repository\Values\Content\TrashItem

Наследование: extends eZ\Publish\API\Repository\Values\Content\TrashItem
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$contentInfo eZ\Publish\API\Repository\Values\Content\ContentInfo Content info of the content object of this trash item.

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

Метод Описание
__get ( string $property ) : mixed Magic getter for retrieving convenience properties.
__isset ( string $property ) : boolean Magic isset for signaling existence of convenience properties.
getContentInfo ( ) : eZ\Publish\API\Repository\Values\Content\ContentInfo Returns the content info of the content object of this trash item.

Защищенные методы

Метод Описание
getProperties ( array $dynamicProperties = ['contentId', 'path'] ) : array Function where list of properties are returned.

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

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

Magic getter for retrieving convenience properties.
public __get ( string $property ) : mixed
$property string The name of the property to retrieve
Результат mixed

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

Magic isset for signaling existence of convenience properties.
public __isset ( string $property ) : boolean
$property string
Результат boolean

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

Returns the content info of the content object of this trash item.
public getContentInfo ( ) : eZ\Publish\API\Repository\Values\Content\ContentInfo
Результат eZ\Publish\API\Repository\Values\Content\ContentInfo

getProperties() защищенный Метод

Override to add dynamic properties
protected getProperties ( array $dynamicProperties = ['contentId', 'path'] ) : array
$dynamicProperties array
Результат array

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

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

Content info of the content object of this trash item.
protected ContentInfo,eZ\Publish\API\Repository\Values\Content $contentInfo
Результат eZ\Publish\API\Repository\Values\Content\ContentInfo