Inheritance diagram for oxWidget:
 Collaboration diagram for oxWidget:Public Member Functions | |
| init () | |
Protected Attributes | |
| $_aComponentNames = array() | |
| $_blLoadComponents = false | |
Widget parent. Gather functionality needed for all widgets but not for other views.
Definition at line 7 of file oxwidget.php.
| oxWidget.init | ( | ) | 
Sets self.$_aCollectedComponentNames to null, as views and widgets controllers loads different components and calls parent.init()
Reimplemented from oxUBase.
Definition at line 31 of file oxwidget.php.
oxWidget.$_aComponentNames = array() [protected] | 
        
Reimplemented from oxUBase.
Reimplemented in oxwCategoryTree, oxwCurrencyList, oxwLanguageList, oxwManufacturerList, oxwMiniBasket, oxwRecommendation, and oxwServiceMenu.
Definition at line 15 of file oxwidget.php.
oxWidget.$_blLoadComponents = false [protected] | 
        
Reimplemented from oxUBase.
Definition at line 23 of file oxwidget.php.
 1.7.1