PHP 클래스 Storm\Core\Relational\PersistedRelationship

저자: Elliot Levin ([email protected])
파일 보기 프로젝트 열기: timetoogo/penumbra 1 사용 예제들

공개 메소드들

메소드 설명
GetChildResultRow ( ) : ResultRow
GetParentPrimaryKey ( ) : PrimaryKey
GetRelatedPrimaryKey ( ) : PrimaryKey
IsIdentifying ( ) : boolean
__construct ( PrimaryKey $ParentPrimaryKey, PrimaryKey $RelatedPrimaryKey = null, ResultRow $ChildResultRow = null )

메소드 상세

GetChildResultRow() 공개 메소드

public GetChildResultRow ( ) : ResultRow
리턴 ResultRow

GetParentPrimaryKey() 공개 메소드

public GetParentPrimaryKey ( ) : PrimaryKey
리턴 PrimaryKey

GetRelatedPrimaryKey() 공개 메소드

public GetRelatedPrimaryKey ( ) : PrimaryKey
리턴 PrimaryKey

IsIdentifying() 공개 메소드

public IsIdentifying ( ) : boolean
리턴 boolean

__construct() 공개 메소드

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