PHP 클래스 Storm\Core\Relational\DiscardedRelationship

저자: Elliot Levin ([email protected])
파일 보기 프로젝트 열기: timetoogo/penumbra

공개 메소드들

메소드 설명
GetParentPrimaryKey ( ) : PrimaryKey
GetRelatedPrimaryKey ( ) : PrimaryKey
IsIdentifying ( ) : boolean
__construct ( $IsIdentifying, PrimaryKey $ParentPrimaryKey, PrimaryKey $ChildPrimaryKey )

메소드 상세

GetParentPrimaryKey() 공개 메소드

public GetParentPrimaryKey ( ) : PrimaryKey
리턴 PrimaryKey

GetRelatedPrimaryKey() 공개 메소드

public GetRelatedPrimaryKey ( ) : PrimaryKey
리턴 PrimaryKey

IsIdentifying() 공개 메소드

public IsIdentifying ( ) : boolean
리턴 boolean

__construct() 공개 메소드

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