FusionDirectory
|
This class contains all the function needed to sort list go up, go down , back , next. etc... More...
Public Member Functions | |
__construct (array $entries, Column $column=NULL, bool $direction=FALSE) | |
EntrySortIterator constructor. More... | |
rewind () | |
Put the array pointer to the first element. | |
current () | |
Get the current data element. More... | |
key () | |
Get the key element. More... | |
next () | |
Get the next data element. | |
valid () | |
Check if the data array is valid. More... | |
This class contains all the function needed to sort list go up, go down , back , next. etc...
Definition at line 26 of file class_EntrySortIterator.inc.
__construct | ( | array | $entries, |
Column | $column = NULL , |
||
bool | $direction = FALSE |
||
) |
EntrySortIterator constructor.
Definition at line 39 of file class_EntrySortIterator.inc.
current | ( | ) |
Get the current data element.
Definition at line 73 of file class_EntrySortIterator.inc.
key | ( | ) |
Get the key element.
Definition at line 83 of file class_EntrySortIterator.inc.
Referenced by valid().
valid | ( | ) |
Check if the data array is valid.
Definition at line 101 of file class_EntrySortIterator.inc.
References key().