LivestatusSetIterator Class Reference

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.

Detailed Description

A helper to iterate over objects in the result set of an ORM object.


Constructor & Destructor Documentation

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.


The documentation for this class was generated from the following file:
 All Data Structures Functions Variables

Generated on 19 Dec 2018 for ninja by  doxygen 1.6.1