Prado\Web\UI\WebControls\TTableRow::createControlCollection PHP 메소드

createControlCollection() 보호된 메소드

Creates a control collection object that is to be used to hold child controls
또한 보기: getControls
protected createControlCollection ( ) : TTableCellCollection
리턴 TTableCellCollection control collection
    protected function createControlCollection()
    {
        return new TTableCellCollection($this);
    }