BlueSpice MediaWiki master
|
Public Member Functions | |
getHash () | |
Interface for objects that have a getHash method.
GNU GPL v2+
Hashable::getHash | ( | ) |
Returns a string hash based on the value of the object. The string must not exceed 255 bytes (255 ASCII characters or less when it contains Unicode characters that need to be UTF-8 encoded) to allow using indexes on all database systems.
Implemented in DataValues\Geo\Values\GlobeCoordinateValue, and DataValues\DataValueObject.