|
ultimix
|
Public Member Functions | |
| __construct () | |
| pre_generation ($Options) | |
| get_category_id ($Options) | |
| draw_categories_catalogue_rec ($Records, $RootId, $Templates=false) | |
| draw_categories_catalogue ($Name, $Templates=false) | |
| draw_categories_catalogue_view ($Options) | |
| draw_categories_catalogue_part ($Options, $Records, $Templates=false) | |
| draw_categories_catalogue_part_view ($Options) | |
| draw_categories_path ($Options) | |
| draw_categories_structure_rec ($RootId, $DisplayTemplates=false) | |
| draw_categories_tree (&$Options) | |
| view ($Options) | |
Data Fields | |
| $Output | |
| $CachedMultyFS = false | |
| $CategoryAccess = false | |
| $CategoryAlgorithms = false | |
| $CategoryViewTemplates = false | |
| $Security = false | |
| $String = false | |
Component's view.
Definition at line 26 of file category_view.php.
| __construct | ( | ) |
Constructor.
Definition at line 67 of file category_view.php.
| draw_categories_catalogue | ( | $Name, | |
$Templates = false |
|||
| ) |
Component's view.
| $Name | - Name of the category. |
| $Templates | - Templates. |
| Exception | An exception of this type is thrown. |
Definition at line 308 of file category_view.php.
| draw_categories_catalogue_part | ( | $Options, | |
| $Records, | |||
$Templates = false |
|||
| ) |
Component's view.
| $Options | - Settings. |
| $Records | - Records. |
| $Templates | - Templates. |
| Exception | An exception of this type is thrown. |
Definition at line 388 of file category_view.php.
| draw_categories_catalogue_part_view | ( | $Options | ) |
Function draws part of the catalogue.
| $Options | - Settings. |
| Exception | An exception of this type is thrown. |
Definition at line 438 of file category_view.php.
| draw_categories_catalogue_rec | ( | $Records, | |
| $RootId, | |||
$Templates = false |
|||
| ) |
Component's view.
| $Records | - Records. |
| $RootId | - Root id. |
| $Templates | - Templates. |
| Exception | An exception of this type is thrown. |
Definition at line 254 of file category_view.php.
| draw_categories_catalogue_view | ( | $Options | ) |
Component's view.
| $Options | - Settings. |
| Exception | An exception of this type is thrown. |
Definition at line 342 of file category_view.php.
| draw_categories_path | ( | $Options | ) |
Component's view.
| $Options | - Settings. |
| Exception | An exception of this type is thrown. |
Definition at line 479 of file category_view.php.
| draw_categories_structure_rec | ( | $RootId, | |
$DisplayTemplates = false |
|||
| ) |
Function creates tree.
| $RootId | - Id of the tree's root. |
| $DisplayTemplates | - Display templates. |
| Exception | An exception of this type is thrown. |
Definition at line 582 of file category_view.php.
| draw_categories_tree | ( | & | $Options | ) |
Component's view.
| $Options | - Settings. |
| Exception | An exception of this type is thrown. |
Definition at line 675 of file category_view.php.
| get_category_id | ( | $Options | ) |
Function returns category id from the settings.
| $Options | - Settings. |
| Exception | An exception of this type is thrown. |
Definition at line 140 of file category_view.php.
| pre_generation | ( | $Options | ) |
Function executes before any page generating actions took place.
| $Options | - Settings. |
| Exception | An exception of this type is thrown. |
Definition at line 104 of file category_view.php.
| view | ( | $Options | ) |
Component's view.
| $Options | - Settings. |
| Exception | An exception of this type is thrown. |
Definition at line 715 of file category_view.php.
| $CachedMultyFS = false |
Cached objects.
Definition at line 50 of file category_view.php.
| $CategoryAccess = false |
Definition at line 51 of file category_view.php.
| $CategoryAlgorithms = false |
Definition at line 52 of file category_view.php.
| $CategoryViewTemplates = false |
Definition at line 53 of file category_view.php.
| $Output |
HTML code of the component.
Definition at line 38 of file category_view.php.
| $Security = false |
Definition at line 54 of file category_view.php.
| $String = false |
Definition at line 55 of file category_view.php.