Public Member Functions | Protected Attributes

oxWidget Class Reference

Inheritance diagram for oxWidget:
Collaboration diagram for oxWidget:

List of all members.

Public Member Functions

 init ()

Protected Attributes

 $_aComponentNames = array()
 $_blLoadComponents = false

Detailed Description

Widget parent. Gather functionality needed for all widgets but not for other views.

Definition at line 7 of file oxwidget.php.


Member Function Documentation

oxWidget.init (  ) 

Sets self.$_aCollectedComponentNames to null, as views and widgets controllers loads different components and calls parent.init()

Returns:
null

Reimplemented from oxUBase.

Definition at line 31 of file oxwidget.php.


Member Data Documentation

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.


The documentation for this class was generated from the following file: