PHP 클래스 eZ\Publish\Core\REST\Client\Values\Content\VersionInfo

또한 보기: eZ\Publish\API\Repository\Values\Content\VersionInfo
상속: extends eZ\Publish\API\Repository\Values\Content\VersionInfo
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

보호된 프로퍼티들

프로퍼티 타입 설명
$contentInfoId string
$contentService eZ\Publish\Core\REST\Client\ContentService
$names string[]

공개 메소드들

메소드 설명
__construct ( eZ\Publish\API\Repository\ContentService $contentService, array $data = [] )
__get ( $propertyName )
__isset ( $propertyName )
getContentInfo ( ) : ContentInfo Content of the content this version belongs to.
getName ( string $languageCode = null ) : string Returns the name computed from the name schema in the given language.
getNames ( ) : string[] Returns the names computed from the name schema in the available languages.

메소드 상세

__construct() 공개 메소드

public __construct ( eZ\Publish\API\Repository\ContentService $contentService, array $data = [] )
$contentService eZ\Publish\API\Repository\ContentService
$data array

__get() 공개 메소드

public __get ( $propertyName )

__isset() 공개 메소드

public __isset ( $propertyName )

getContentInfo() 공개 메소드

Content of the content this version belongs to.
public getContentInfo ( ) : ContentInfo
리턴 ContentInfo

getName() 공개 메소드

If no language is given the name in initial language of the version if present, otherwise null.
public getName ( string $languageCode = null ) : string
$languageCode string
리턴 string

getNames() 공개 메소드

Returns the names computed from the name schema in the available languages.
public getNames ( ) : string[]
리턴 string[]

프로퍼티 상세

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

protected string $contentInfoId
리턴 string

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

protected ContentService,eZ\Publish\Core\REST\Client $contentService
리턴 eZ\Publish\Core\REST\Client\ContentService

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

protected string[] $names
리턴 string[]