PHP Class phpDataMapper_Relation_HasOne, phpDataMapper

Author: Vance Lucas ([email protected])
Inheritance: extends phpDataMapper_Relation
Show file Open project: vlucas/phpDataMapper

Public Methods

Method Description
__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

Method Details

__call() public method

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

__get() public method

Getter passthrough to row
public __get ( $var )

__isset() public method

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

__set() public method

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

all() public method

Load records with current relation data
public all ( )