PHP 인터페이스 Sulu\Component\Content\Document\Behavior\StructureBehavior

Content is set by binding raw data to the StructureInterface retried through the getContent method. Content is accessed as folows: $this->getContent()->getProperty('foo')->getValue();
상속: extends Sulu\Component\DocumentManager\Behavior\Mapping\LocaleBehavior
파일 보기 프로젝트 열기: sulu/sulu 0 사용 예제들

공개 메소드들

메소드 설명
getStructure ( ) : Sulu\Component\Content\Document\Structure\StructureInterface Return the StructureInterface instance.
getStructureType ( ) : string Return the type of the structure used for the content.
setStructureType ( $structureType ) Set the structure type used for the content.

메소드 상세

getStructure() 공개 메소드

Return the StructureInterface instance.
public getStructure ( ) : Sulu\Component\Content\Document\Structure\StructureInterface
리턴 Sulu\Component\Content\Document\Structure\StructureInterface

getStructureType() 공개 메소드

Return the type of the structure used for the content.
public getStructureType ( ) : string
리턴 string

setStructureType() 공개 메소드

Set the structure type used for the content.
public setStructureType ( $structureType )