CustomFields: overload AttributeDefinition::Fingerprint

SVN:trunk[3997]
This commit is contained in:
Romain Quetiez
2016-04-15 09:05:39 +00:00
parent c32ef34307
commit 21564ff340
2 changed files with 17 additions and 0 deletions

View File

@@ -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();
}