Inheritance diagram for AccountList:
Collaboration diagram for AccountList:Public Member Functions | |
| __construct (Array $data) | |
| count () | |
| rewind () | |
| next () | |
| key () | |
| current () | |
| valid () | |
Data Fields | |
| $length = 0 | |
Definition at line 15 of file Class.AccountList.php.
| __construct | ( | Array | $data | ) |
| count | ( | ) |
get number of returned documents can be upper of real length due to callback map
Definition at line 41 of file Class.AccountList.php.
| current | ( | ) |
Definition at line 78 of file Class.AccountList.php.
| key | ( | ) |
Definition at line 71 of file Class.AccountList.php.
| next | ( | ) |
Definition at line 66 of file Class.AccountList.php.
| rewind | ( | ) |
Definition at line 59 of file Class.AccountList.php.
| valid | ( | ) |
Definition at line 85 of file Class.AccountList.php.
| $length = 0 |
Definition at line 28 of file Class.AccountList.php.