PHP 클래스 phpDataMapper_Relation_HasOne, phpDataMapper

저자: Vance Lucas ([email protected])
상속: extends phpDataMapper_Relation
파일 보기 프로젝트 열기: vlucas/phpDataMapper

공개 메소드들

메소드 설명
__call ( $func, $args ) Passthrough for method calls on row
__get ( $var ) Getter passthrough to row
__isset ( $key ) isset() functionality passthrough to row
__set ( $var, $value ) Setter passthrough to row
all ( ) Load records with current relation data

메소드 상세

__call() 공개 메소드

Passthrough for method calls on row
public __call ( $func, $args )

__get() 공개 메소드

Getter passthrough to row
public __get ( $var )

__isset() 공개 메소드

isset() functionality passthrough to row
public __isset ( $key )

__set() 공개 메소드

Setter passthrough to row
public __set ( $var, $value )

all() 공개 메소드

Load records with current relation data
public all ( )