프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$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. |
public getContentInfo ( ) : eZ\Publish\API\Repository\Values\Content\ContentInfo | ||
리턴 | eZ\Publish\API\Repository\Values\Content\ContentInfo |
protected getProperties ( array $dynamicProperties = ['contentId', 'path'] ) : array | ||
$dynamicProperties | array | |
리턴 | array |