PHP Interface Storm\Core\Object\IRelationshipProperty

Author: Elliot Levin ([email protected])
Inheritance: extends Storm\Core\Object\IProperty
Mostra file Open project: timetoogo/penumbra

Public Methods

Method Description
GetEntityType ( ) The related entity type.
IsIdentifying ( ) return boolean
Revive ( Domain $Domain, type $PropertyValue, type $Entity ) This method should be implemented such that it sets the property value of the supplied entity appropriately to the mapped revival value

Method Details

GetEntityType() public method

return string
public GetEntityType ( )

IsIdentifying() public method

return boolean
public IsIdentifying ( )

Revive() public method

This method should be implemented such that it sets the property value of the supplied entity appropriately to the mapped revival value
public Revive ( Domain $Domain, type $PropertyValue, type $Entity )
$Domain Domain
$PropertyValue type The mapped revival value
$Entity type The entity to set the value to