Inheritance diagram for oxTheme:
 Collaboration diagram for oxTheme:Public Member Functions | |
| load ($sOXID) | |
| activate () | |
| getList () | |
| getInfo ($sName) | |
| getActiveThemeId () | |
| getParent () | |
| checkForActivationErrors () | |
Protected Attributes | |
| $_aTheme = array() | |
| $_aThemeList = array() | |
Class handling shop themes
Definition at line 7 of file oxtheme.php.
| oxTheme.activate | ( | ) | 
| oxTheme.checkForActivationErrors | ( | ) | 
run pre-activation checks and return EXCEPTION_* translation string if error found or false on success
Definition at line 135 of file oxtheme.php.
| oxTheme.getActiveThemeId | ( | ) | 
return current active theme, or custom theme if specified
Definition at line 102 of file oxtheme.php.
| oxTheme.getInfo | ( | $ | sName | ) | 
get theme info item
| string | $sName name of info item to retrieve | 
Definition at line 89 of file oxtheme.php.
| oxTheme.getList | ( | ) | 
| oxTheme.getParent | ( | ) | 
| oxTheme.load | ( | $ | sOXID | ) | 
Load theme info
| string | $sOXID theme id | 
Definition at line 28 of file oxtheme.php.
oxTheme.$_aTheme = array() [protected] | 
        
Definition at line 13 of file oxtheme.php.
oxTheme.$_aThemeList = array() [protected] | 
        
Definition at line 19 of file oxtheme.php.
 1.7.1