Public Member Functions | |
render () | |
chshp () | |
logout () | |
exturl () | |
Protected Member Functions | |
_doStartUpChecks () | |
_checkVersion () | |
Protected Attributes | |
$_sAllowedHost = "http://admin.oxid-esales.com" |
Administrator GUI navigation manager class.
Definition at line 5 of file navigation.php.
Navigation._checkVersion | ( | ) | [protected] |
Checks if newer shop version available. If true - returns message
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
Definition at line 186 of file navigation.php.
Navigation.chshp | ( | ) |
Changing active shop
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
Definition at line 145 of file navigation.php.
Navigation.logout | ( | ) |
Destroy session, redirects to admin login and clears cache
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".
Reimplemented from oxAdminView.
Definition at line 20 of file navigation.php.
Navigation.$_sAllowedHost = "http://admin.oxid-esales.com" [protected] |
Definition at line 12 of file navigation.php.