Sulu\Component\Content\Compat\Block\BlockPropertyType::getChildProperties PHP Method

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[]
    public function getChildProperties()
    {
        return $this->childProperties;
    }