PHP Class eZ\Publish\Core\Repository\Values\Content\TrashItem

Inheritance: extends eZ\Publish\API\Repository\Values\Content\TrashItem
Afficher le fichier Open project: ezsystems/ezpublish-kernel Class Usage Examples

Protected Properties

Свойство Type Description
$contentInfo eZ\Publish\API\Repository\Values\Content\ContentInfo Content info of the content object of this trash item.

Méthodes publiques

Méthode Description
__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.

Méthodes protégées

Méthode Description
getProperties ( array $dynamicProperties = ['contentId', 'path'] ) : array Function where list of properties are returned.

Method Details

__get() public méthode

Magic getter for retrieving convenience properties.
public __get ( string $property ) : mixed
$property string The name of the property to retrieve
Résultat mixed

__isset() public méthode

Magic isset for signaling existence of convenience properties.
public __isset ( string $property ) : boolean
$property string
Résultat boolean

getContentInfo() public méthode

Returns the content info of the content object of this trash item.
public getContentInfo ( ) : eZ\Publish\API\Repository\Values\Content\ContentInfo
Résultat eZ\Publish\API\Repository\Values\Content\ContentInfo

getProperties() protected méthode

Override to add dynamic properties
protected getProperties ( array $dynamicProperties = ['contentId', 'path'] ) : array
$dynamicProperties array
Résultat array

Property Details

$contentInfo protected_oe property

Content info of the content object of this trash item.
protected ContentInfo,eZ\Publish\API\Repository\Values\Content $contentInfo
Résultat eZ\Publish\API\Repository\Values\Content\ContentInfo