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

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

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