CommonDBTM::reset PHP Метод

reset() публичный Метод

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