Prado\Web\UI\WebControls\TTableRow::createControlCollection PHP Méthode

createControlCollection() protected méthode

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