PHP 클래스 LeanMapper\Relationship\HasOne

저자: Vojtěch Kohout
파일 보기 프로젝트 열기: tharos/leanmapper 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string | null $columnReferencingTargetTable, string | null $targetTable )
getColumnReferencingTargetTable ( ) : string | null Gets name of column referencing target table
getTargetTable ( ) : string | null Gets name of target table

메소드 상세

__construct() 공개 메소드

public __construct ( string | null $columnReferencingTargetTable, string | null $targetTable )
$columnReferencingTargetTable string | null
$targetTable string | null

getColumnReferencingTargetTable() 공개 메소드

Gets name of column referencing target table

getTargetTable() 공개 메소드

Gets name of target table
public getTargetTable ( ) : string | null
리턴 string | null