PHP Interface Storm\Drivers\Base\Object\Properties\IRelationshipType

显示文件 Open project: timetoogo/penumbra Interface Usage Examples

Public Methods

Method Description
GetDiscardedRelationship ( Domain $Domain, UnitOfWork $UnitOfWork, $ParentEntity, $RelatedEntity )
GetPersistedRelationship ( Domain $Domain, UnitOfWork $UnitOfWork, $ParentEntity, $RelatedEntity )
IsIdentifying ( )

Method Details

GetDiscardedRelationship() public method

public GetDiscardedRelationship ( Domain $Domain, UnitOfWork $UnitOfWork, $ParentEntity, $RelatedEntity )
$Domain Storm\Core\Object\Domain
$UnitOfWork Storm\Core\Object\UnitOfWork

GetPersistedRelationship() public method

public GetPersistedRelationship ( Domain $Domain, UnitOfWork $UnitOfWork, $ParentEntity, $RelatedEntity )
$Domain Storm\Core\Object\Domain
$UnitOfWork Storm\Core\Object\UnitOfWork

IsIdentifying() public method

public IsIdentifying ( )