PHP Class Storm\Core\Relational\DiscardedRelationship

Author: Elliot Levin ([email protected])
Datei anzeigen Open project: timetoogo/penumbra

Public Methods

Method Description
GetParentPrimaryKey ( ) : PrimaryKey
GetRelatedPrimaryKey ( ) : PrimaryKey
IsIdentifying ( ) : boolean
__construct ( $IsIdentifying, PrimaryKey $ParentPrimaryKey, PrimaryKey $ChildPrimaryKey )

Method Details

GetParentPrimaryKey() public method

public GetParentPrimaryKey ( ) : PrimaryKey
return PrimaryKey

GetRelatedPrimaryKey() public method

public GetRelatedPrimaryKey ( ) : PrimaryKey
return PrimaryKey

IsIdentifying() public method

public IsIdentifying ( ) : boolean
return boolean

__construct() public method

public __construct ( $IsIdentifying, PrimaryKey $ParentPrimaryKey, PrimaryKey $ChildPrimaryKey )
$ParentPrimaryKey PrimaryKey
$ChildPrimaryKey PrimaryKey