PHP 클래스 eZ\Publish\Core\Repository\Values\ObjectState\ObjectState

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

보호된 프로퍼티들

프로퍼티 타입 설명
$descriptions string[] Human readable descriptions of object state.
$names string[] Human readable names of object state.
$objectStateGroup eZ\Publish\API\Repository\Values\ObjectState\ObjectStateGroup

공개 메소드들

메소드 설명
getDescription ( string $languageCode ) : string This method returns the name of the content type in the given language.
getDescriptions ( ) : string[] This method returns the human readable description of the content type.
getName ( string $languageCode ) : string This method returns the name of the content type in the given language.
getNames ( ) : string[] This method returns the human readable name in all provided languages of the content type.
getObjectStateGroup ( ) : eZ\Publish\API\Repository\Values\ObjectState\ObjectStateGroup The object state group this object state belongs to.

메소드 상세

getDescription() 공개 메소드

This method returns the name of the content type in the given language.
public getDescription ( string $languageCode ) : string
$languageCode string
리턴 string the description for the given language or null if none exists.

getDescriptions() 공개 메소드

The structure of this field is: array( 'eng' => '', 'de' => '' );
public getDescriptions ( ) : string[]
리턴 string[]

getName() 공개 메소드

This method returns the name of the content type in the given language.
public getName ( string $languageCode ) : string
$languageCode string
리턴 string the name for the given language or null if none exists.

getNames() 공개 메소드

The structure of the return value is: array( 'eng' => '', 'de' => '' );
public getNames ( ) : string[]
리턴 string[]

getObjectStateGroup() 공개 메소드

The object state group this object state belongs to.
public getObjectStateGroup ( ) : eZ\Publish\API\Repository\Values\ObjectState\ObjectStateGroup
리턴 eZ\Publish\API\Repository\Values\ObjectState\ObjectStateGroup

프로퍼티 상세

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

Human readable descriptions of object state.
protected string[] $descriptions
리턴 string[]

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

Human readable names of object state.
protected string[] $names
리턴 string[]

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

protected ObjectStateGroup,eZ\Publish\API\Repository\Values\ObjectState $objectStateGroup
리턴 eZ\Publish\API\Repository\Values\ObjectState\ObjectStateGroup