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);
    }