PHP Class Storm\Core\Object\DiscardedRelationship

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

Public Methods

Method Description
GetParentIdentity ( ) : Identity
GetRelatedIdentity ( ) : Identity
IsIdentifying ( ) : boolean
__construct ( $IsIdentifying, Identity $ParentIdentity, Identity $ChildIdentity )

Method Details

GetParentIdentity() public method

public GetParentIdentity ( ) : Identity
return Identity

GetRelatedIdentity() public method

public GetRelatedIdentity ( ) : Identity
return Identity

IsIdentifying() public method

public IsIdentifying ( ) : boolean
return boolean

__construct() public method

public __construct ( $IsIdentifying, Identity $ParentIdentity, Identity $ChildIdentity )
$ParentIdentity Identity
$ChildIdentity Identity