CommonDBTM::reset PHP Method

reset() public method

Reset fields of the item
public reset ( )
    function reset()
    {
        $this->fields = array();
    }
CommonDBTM