Public Member Functions | Protected Member Functions | Protected Attributes

Navigation Class Reference

Inheritance diagram for Navigation:
Collaboration diagram for Navigation:

List of all members.

Public Member Functions

 render ()
 chshp ()
 logout ()
 exturl ()

Protected Member Functions

 _doStartUpChecks ()
 _checkVersion ()

Protected Attributes

 $_sAllowedHost = "http://admin.oxid-esales.com"

Detailed Description

Administrator GUI navigation manager class.

Definition at line 5 of file navigation.php.


Member Function Documentation

Navigation._checkVersion (  )  [protected]

Checks if newer shop version available. If true - returns message

Returns:
string

Definition at line 231 of file navigation.php.

Navigation._doStartUpChecks (  )  [protected]

Every Time Admin starts we perform these checks returns some messages if there is something to display

Returns:
string

Definition at line 186 of file navigation.php.

Navigation.chshp (  ) 

Changing active shop

Returns:
string

Reimplemented from oxAdminView.

Definition at line 94 of file navigation.php.

Navigation.exturl (  ) 

Caches external url file locally, adds <base> tag with original url to load images and other links correcly

Returns:
null

Definition at line 145 of file navigation.php.

Navigation.logout (  ) 

Destroy session, redirects to admin login and clears cache

Returns:
null

Definition at line 115 of file navigation.php.

Navigation.render (  ) 

Executes parent method parent.render(), generates menu HTML code, passes data to Smarty engine, returns name of template file "nav_frame.tpl".

Returns:
string

Reimplemented from oxAdminView.

Definition at line 20 of file navigation.php.


Member Data Documentation

Navigation.$_sAllowedHost = "http://admin.oxid-esales.com" [protected]

Definition at line 12 of file navigation.php.


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