Prado\Web\UI\TControl::createControlCollection PHP Метод

createControlCollection() защищенный Метод

Creates a control collection object that is to be used to hold child controls
См. также: getControls
protected createControlCollection ( ) : TControlCollection
Результат TControlCollection control collection
    protected function createControlCollection()
    {
        return $this->getAllowChildControls() ? new TControlCollection($this) : new TEmptyControlCollection($this);
    }
TControl