PHP Интерфейс Storm\Core\Object\IRelationshipProperty

Автор: Elliot Levin ([email protected])
Наследование: extends Storm\Core\Object\IProperty
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

GetEntityType() публичный Метод

return string
public GetEntityType ( )

IsIdentifying() публичный Метод

return boolean
public IsIdentifying ( )

Revive() публичный Метод

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