PHP Class Storm\Core\Relational\PersistedRelationship

Author: Elliot Levin ([email protected])
Afficher le fichier Open project: timetoogo/penumbra Class Usage Examples

Méthodes publiques

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

Method Details

GetChildResultRow() public méthode

public GetChildResultRow ( ) : ResultRow
Résultat ResultRow

GetParentPrimaryKey() public méthode

public GetParentPrimaryKey ( ) : PrimaryKey
Résultat PrimaryKey

GetRelatedPrimaryKey() public méthode

public GetRelatedPrimaryKey ( ) : PrimaryKey
Résultat PrimaryKey

IsIdentifying() public méthode

public IsIdentifying ( ) : boolean
Résultat boolean

__construct() public méthode

public __construct ( PrimaryKey $ParentPrimaryKey, PrimaryKey $RelatedPrimaryKey = null, ResultRow $ChildResultRow = null )
$ParentPrimaryKey PrimaryKey
$RelatedPrimaryKey PrimaryKey
$ChildResultRow ResultRow