PHP 인터페이스 Sulu\Component\Content\Compat\Section\SectionPropertyInterface

상속: extends Sulu\Component\Content\Compat\PropertyInterface
파일 보기 프로젝트 열기: sulu/sulu

공개 메소드들

메소드 설명
addChild ( Sulu\Component\Content\Compat\PropertyInterface $property ) add a child to section.
getChildProperties ( ) : Sulu\Component\Content\Compat\PropertyInterface[] returns a list of properties managed by this block.

메소드 상세

addChild() 공개 메소드

add a child to section.
public addChild ( Sulu\Component\Content\Compat\PropertyInterface $property )
$property Sulu\Component\Content\Compat\PropertyInterface

getChildProperties() 공개 메소드

returns a list of properties managed by this block.
public getChildProperties ( ) : Sulu\Component\Content\Compat\PropertyInterface[]
리턴 Sulu\Component\Content\Compat\PropertyInterface[]