![]() |
Xataface 2.0
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 4598 of file Record.php.
& current | ( | ) |
Definition at line 4629 of file Record.php.
Dataface_RelationshipIterator | ( | &$ | record, |
$ | relationshipName, | ||
$ | start = null , |
||
$ | limit = null , |
||
$ | where = 0 , |
||
$ | sort = 0 |
||
) |
Definition at line 4605 of file Record.php.
hasNext | ( | ) |
Definition at line 4639 of file Record.php.
& next | ( | ) |
Definition at line 4623 of file Record.php.
reset | ( | ) |
Definition at line 4635 of file Record.php.
$_keys |
Definition at line 4602 of file Record.php.
$_record |
Definition at line 4599 of file Record.php.
$_records |
Definition at line 4601 of file Record.php.
$_relationshipName |
Definition at line 4600 of file Record.php.
$_sort |
Definition at line 4604 of file Record.php.
$_where |
Definition at line 4603 of file Record.php.