Public Member Functions | Protected Member Functions | Protected Attributes

oxWidget Class Reference

Inheritance diagram for oxWidget:
Collaboration diagram for oxWidget:

List of all members.

Public Member Functions

 init ()

Protected Member Functions

 _processRequest ()

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._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

Returns:
null|void

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()

Returns:
null

Reimplemented from oxUBase.

Definition at line 31 of file oxwidget.php.


Member Data Documentation

oxWidget.$_aComponentNames = array() [protected]
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: