PHP 클래스 Sulu\Component\Content\Compat\StructureType

파일 보기 프로젝트 열기: sulu/sulu 1 사용 예제들

공개 메소드들

메소드 설명
getGhost ( string $localization ) : StructureType creates a new ghost type.
getName ( ) : string return name of type.
getShadow ( string $localization ) : StructureType creates a new ghost type.
getValue ( ) : string return value of type.
toArray ( ) : array returns a array representation.

비공개 메소드들

메소드 설명
__construct ( $name, $value )

메소드 상세

getGhost() 공개 정적인 메소드

creates a new ghost type.
public static getGhost ( string $localization ) : StructureType
$localization string
리턴 StructureType

getName() 공개 메소드

return name of type.
public getName ( ) : string
리턴 string

getShadow() 공개 정적인 메소드

creates a new ghost type.
public static getShadow ( string $localization ) : StructureType
$localization string
리턴 StructureType

getValue() 공개 메소드

return value of type.
public getValue ( ) : string
리턴 string

toArray() 공개 메소드

returns a array representation.
public toArray ( ) : array
리턴 array