Prado\Web\UI\WebControls\TTable::createControlCollection PHP Method

createControlCollection() protected method

Creates a control collection object that is to be used to hold child controls
See also: getControls
protected createControlCollection ( ) : TTableRowCollection
return TTableRowCollection control collection
    protected function createControlCollection()
    {
        return new TTableRowCollection($this);
    }