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

__clone() public method

public __clone ( )
    public function __clone()
    {
        $properties = $this->childProperties;
        $this->childProperties = [];
        foreach ($properties as $childProperty) {
            $this->addChild(clone $childProperty);
        }
    }