Xataface  2.0alpha2
Xataface Application Framework
 All Data Structures Namespaces Files Functions Variables Groups Pages
Public Member Functions | Data Fields
Dataface_RelationshipIterator Class Reference

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

Detailed Description

An iterator for iterating through related records.

Definition at line 4695 of file Record.php.

Member Function Documentation

& 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.

Field Documentation

$_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.


The documentation for this class was generated from the following file: