PHP 클래스 eZ\Publish\Core\Repository\Values\Content\Location

상속: extends eZ\Publish\API\Repository\Values\Content\Location
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$contentInfo eZ\Publish\API\Repository\Values\Content\ContentInfo Content info of the content object of this location.
$path array

공개 메소드들

메소드 설명
__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.

보호된 메소드들

메소드 설명
getProperties ( array $dynamicProperties = ['contentId'] ) : 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 location.
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'] ) : array
$dynamicProperties array
리턴 array

프로퍼티 상세

$contentInfo 보호되어 있는 프로퍼티

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

$path 보호되어 있는 프로퍼티

protected array $path
리턴 array