|
ultimix
|
Public Member Functions | |
| __construct () | |
| draw_object_list (&$Options) | |
| compile_object_list (&$Settings) | |
| view (&$Options) | |
Data Fields | |
| $Output | |
| $CachedMultyFS = false | |
Class displays lists of objects.
Definition at line 26 of file object_list.php.
| __construct | ( | ) |
Constructor.
Definition at line 62 of file object_list.php.
| compile_object_list | ( | & | $Settings | ) |
Function draws component.
| $Settings | - Settings. |
| Exception | An exception of this type is thrown. |
Definition at line 183 of file object_list.php.
| draw_object_list | ( | & | $Options | ) |
Function draws component.
| $Options | - Settings. |
| Exception | An exception of this type is thrown. |
Definition at line 137 of file object_list.php.
| view | ( | & | $Options | ) |
Function draws component.
| $Options | - Settings. |
| Exception | An exception of this type is thrown. |
Definition at line 219 of file object_list.php.
| $CachedMultyFS = false |
Cached objects.
Definition at line 50 of file object_list.php.
| $Output |
Variable stores generated HTML.
Definition at line 38 of file object_list.php.