Methods

All methods in the Solar_Struct_Iterator class.

Public

__construct()

Constructor; note that this is not a Solar constructor.

current()

Returns the struct value for the current iterator position.

key()

Returns the current iterator position.

next()

Moves the iterator to the next position.

rewind()

Moves the iterator to the first position.

valid()

Is the current iterator position valid?

Protected

None.

Private

None.



Local