Метод |
Описание |
|
__call ( $func, $args ) |
Passthrough for method chaining on the Query object |
|
all ( ) : phpDataMapper_Query |
Load records with current relation data |
|
count ( ) : integer |
SPL Countable function
Called automatically when attribute is used in a 'count()' function call |
|
first ( ) : phpDataMapper_Entity |
Find first record in the set |
|
getIterator ( ) : phpDataMapper_Model_ResultSet |
SPL IteratorAggregate function
Called automatically when attribute is used in a 'foreach' loop |
|
offsetExists ( $key ) |
---------------------------------------------- |
|
offsetGet ( $key ) |
|
|
offsetSet ( $key, $value ) |
|
|
offsetUnset ( $key ) |
|
|