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