PHP Интерфейс Sulu\Component\Content\Compat\Section\SectionPropertyInterface

Наследование: extends Sulu\Component\Content\Compat\PropertyInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
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[]