Свойство | Type | Description | |
---|---|---|---|
$descriptions | string[] | Human readable descriptions of object state. | |
$names | string[] | Human readable names of object state. | |
$objectStateGroup | eZ\Publish\API\Repository\Values\ObjectState\ObjectStateGroup |
Méthode | Description | |
---|---|---|
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. |
public getDescription ( string $languageCode ) : string | ||
$languageCode | string | |
Résultat | string | the description for the given language or null if none exists. |
array( 'eng' => '', 'de' => '' );
public getDescriptions ( ) : string[] | ||
Résultat | string[] |
array( 'eng' => '', 'de' => '' );
public getNames ( ) : string[] | ||
Résultat | string[] |
public getObjectStateGroup ( ) : eZ\Publish\API\Repository\Values\ObjectState\ObjectStateGroup | ||
Résultat | eZ\Publish\API\Repository\Values\ObjectState\ObjectStateGroup |
protected string[] $descriptions | ||
Résultat | string[] |
protected string[] $names | ||
Résultat | string[] |