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

Inheritance: extends eZ\Publish\API\Repository\Values\Content\Location
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 location.
$path array

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 location.

Méthodes protégées

Méthode Description
getProperties ( array $dynamicProperties = ['contentId'] ) : 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 location.
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'] ) : array
$dynamicProperties array
Résultat array

Property Details

$contentInfo protected_oe property

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

$path protected_oe property

protected array $path
Résultat array