Свойство | Type | Description | |
---|---|---|---|
$contentInfo | eZ\Publish\API\Repository\Values\Content\ContentInfo | Content info of the content object of this location. | |
$path | array |
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 location. |
Méthode | Description | |
---|---|---|
getProperties ( array $dynamicProperties = ['contentId'] ) : array | Function where list of properties are returned. |
public getContentInfo ( ) : eZ\Publish\API\Repository\Values\Content\ContentInfo | ||
Résultat | eZ\Publish\API\Repository\Values\Content\ContentInfo |
protected getProperties ( array $dynamicProperties = ['contentId'] ) : array | ||
$dynamicProperties | array | |
Résultat | array |
protected ContentInfo,eZ\Publish\API\Repository\Values\Content $contentInfo | ||
Résultat | eZ\Publish\API\Repository\Values\Content\ContentInfo |