PHP Interface Sulu\Component\Content\Compat\Section\SectionPropertyInterface

Inheritance: extends Sulu\Component\Content\Compat\PropertyInterface
Show file Open project: sulu/sulu

Public Methods

Method Description
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.

Method Details

addChild() public method

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

getChildProperties() public method

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