A helper to iterate over objects in the result set of an ORM object. More...
Public Member Functions | |
__construct ($data, $columns, $export_columns, $class) | |
Generate a set of object in the ORM. | |
current () | |
Get the current object from the dataset. | |
key () | |
Get the key of the element. | |
next () | |
Move the cursor to the next object. | |
rewind () | |
Rewind the set. | |
valid () | |
Return if the data is valid. |
A helper to iterate over objects in the result set of an ORM object.
LivestatusSetIterator::__construct | ( | $ | data, | |
$ | columns, | |||
$ | export_columns, | |||
$ | class | |||
) |
Generate a set of object in the ORM.
Don't call directly. Used from the set:s in ORM generated code.