CommonDBTM::checkSpecificValues PHP Method

checkSpecificValues() public method

Add more check for values
public checkSpecificValues ( $datatype, &$value ) : true
$datatype datatype of the value
return true if value is ok, false if not
    function checkSpecificValues($datatype, &$value)
    {
        return true;
    }
CommonDBTM