PHP Interface Storm\Core\Object\IRelationshipProperty

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

Méthodes publiques

Méthode 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 méthode

return string
public GetEntityType ( )

IsIdentifying() public méthode

return boolean
public IsIdentifying ( )

Revive() public méthode

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