Sulu\Component\Content\Compat\Block\BlockPropertyType::getChildProperties PHP Метод

getChildProperties() публичный Метод

returns a list of properties managed by this block.
public getChildProperties ( ) : Sulu\Component\Content\Compat\PropertyInterface[]
Результат Sulu\Component\Content\Compat\PropertyInterface[]
    public function getChildProperties()
    {
        return $this->childProperties;
    }