Public Member Functions | |
init () | |
Protected Member Functions | |
_processRequest () | |
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._processRequest | ( | ) | [protected] |
In widgets we do not need to parse seo and do any work related to that Shop main control is responsible for that, and that has to be done once
Reimplemented from oxUBase.
Definition at line 60 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 oxwArticleBox, oxwArticleDetails, oxwCategoryTree, oxwCurrencyList, oxwLanguageList, oxwManufacturerList, oxwMiniBasket, oxwRating, oxwRecommendation, oxwReview, 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.