CommonDBTM::prepareInputForUpdate PHP Method

prepareInputForUpdate() public method

Prepare input datas for updating the item
public prepareInputForUpdate ( $input ) : the
$input datas used to update the item
return the modified $input array
    function prepareInputForUpdate($input)
    {
        return $input;
    }
CommonDBTM