Prado\Web\UI\WebControls\TDataList::reset PHP Method

reset() public method

Clears up all items in the data list.
public reset ( )
    public function reset()
    {
        $this->getControls()->clear();
        $this->getItems()->clear();
        $this->_header = null;
        $this->_footer = null;
    }
TDataList