CommonDBTM::pre_updateInDB PHP Method

pre_updateInDB() public method

Actions done before the UPDATE of the item in the database
public pre_updateInDB ( ) : nothing
return nothing
    function pre_updateInDB()
    {
    }
CommonDBTM