![]() |
Xataface
2.0alpha2
Xataface Application Framework
|
Public Member Functions | |
| Dataface_RelationshipIterator (&$record, $relationshipName, $start=null, $limit=null, $where=0, $sort=0) | |
| & | next () |
| & | current () |
| reset () | |
| hasNext () | |
Data Fields | |
| $_record | |
| $_relationshipName | |
| $_records | |
| $_keys | |
| $_where | |
| $_sort | |
An iterator for iterating through related records.
Definition at line 4695 of file Record.php.
| & current | ( | ) |
Definition at line 4726 of file Record.php.
| Dataface_RelationshipIterator | ( | & | $record, |
| $relationshipName, | |||
$start = null, |
|||
$limit = null, |
|||
$where = 0, |
|||
$sort = 0 |
|||
| ) |
Definition at line 4702 of file Record.php.
| hasNext | ( | ) |
Definition at line 4736 of file Record.php.
| & next | ( | ) |
Definition at line 4720 of file Record.php.
| reset | ( | ) |
Definition at line 4732 of file Record.php.
| $_keys |
Definition at line 4699 of file Record.php.
| $_record |
Definition at line 4696 of file Record.php.
| $_records |
Definition at line 4698 of file Record.php.
| $_relationshipName |
Definition at line 4697 of file Record.php.
| $_sort |
Definition at line 4701 of file Record.php.
| $_where |
Definition at line 4700 of file Record.php.
1.8.1.2