PHP Класс phpDataMapper_Relation_HasOne, phpDataMapper

Автор: Vance Lucas ([email protected])
Наследование: extends phpDataMapper_Relation
Показать файл Открыть проект

Открытые методы

Метод Описание
__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 ( )