PHP Class Storm\Core\Relational\PersistedRelationship

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

Public Methods

Method Description
GetChildResultRow ( ) : ResultRow
GetParentPrimaryKey ( ) : PrimaryKey
GetRelatedPrimaryKey ( ) : PrimaryKey
IsIdentifying ( ) : boolean
__construct ( PrimaryKey $ParentPrimaryKey, PrimaryKey $RelatedPrimaryKey = null, ResultRow $ChildResultRow = null )

Method Details

GetChildResultRow() public method

public GetChildResultRow ( ) : ResultRow
return ResultRow

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 ( PrimaryKey $ParentPrimaryKey, PrimaryKey $RelatedPrimaryKey = null, ResultRow $ChildResultRow = null )
$ParentPrimaryKey PrimaryKey
$RelatedPrimaryKey PrimaryKey
$ChildResultRow ResultRow