Sulu\Component\Content\Compat\Block\BlockPropertyType::getChildProperties PHP Méthode

getChildProperties() public méthode

returns a list of properties managed by this block.
public getChildProperties ( ) : Sulu\Component\Content\Compat\PropertyInterface[]
Résultat Sulu\Component\Content\Compat\PropertyInterface[]
    public function getChildProperties()
    {
        return $this->childProperties;
    }