mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
CustomFields: overload AttributeDefinition::Fingerprint
SVN:trunk[3997]
This commit is contained in:
@@ -131,4 +131,10 @@ abstract class CustomFieldsHandler
|
||||
* @return bool
|
||||
*/
|
||||
abstract public function CompareValues($aValuesA, $aValuesB);
|
||||
|
||||
/**
|
||||
* String representation of the value, must depend solely on the semantics
|
||||
* @return string
|
||||
*/
|
||||
abstract public function GetValueFingerprint();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user