PHP Class Storm\Core\Object\Identity

Author: Elliot Levin ([email protected])
Inheritance: extends EntityData
Show file Open project: timetoogo/penumbra Class Usage Examples

Public Methods

Method Description
Hash ( ) : string Creates a unique hash value from the identity
__construct ( EntityMap $EntityMap, array $IdentityData = [] )

Method Details

Hash() final public method

Creates a unique hash value from the identity
final public Hash ( ) : string
return string The hash of the entity

__construct() public method

public __construct ( EntityMap $EntityMap, array $IdentityData = [] )
$EntityMap EntityMap
$IdentityData array