StringIterator can be initialized with a project ID and then strings belonging to that project can be looped.
Definition at line 30 of file StringIterator.php.
Public Member Functions | |
__construct ($projectID) | |
rewind () | |
hasMore () | |
key () | |
current () | |
next () | |
valid () | |
Private Attributes | |
$ProjectID | |
$ProjectStrings | |
$Current | |
$IsValid |