Inheritance diagram for oxTheme:
 Collaboration diagram for oxTheme:Public Member Functions | |
| load ($sOXID) | |
| getList () | |
| getInfo ($sName) | |
| getActiveThemeId () | |
| getParent () | |
| checkForActivationErrors () | |
| getId () | |
Protected Attributes | |
| $_aTheme = array() | |
| $_aThemeList = array() | |
Themes handler class.
Definition at line 9 of file oxtheme.php.
| oxTheme.checkForActivationErrors | ( | ) | 
run pre-activation checks and return EXCEPTION_* translation string if error found or false on success
Definition at line 145 of file oxtheme.php.
| oxTheme.getActiveThemeId | ( | ) | 
return current active theme, or custom theme if specified
Definition at line 110 of file oxtheme.php.
| oxTheme.getId | ( | ) | 
| oxTheme.getInfo | ( | $ | sName | ) | 
get theme info item
| string | $sName name of info item to retrieve | 
Definition at line 96 of file oxtheme.php.
| oxTheme.getList | ( | ) | 
| oxTheme.getParent | ( | ) | 
| oxTheme.load | ( | $ | sOXID | ) | 
Load theme info
| string | $sOXID theme id | 
Definition at line 33 of file oxtheme.php.
oxTheme.$_aTheme = array() [protected] | 
        
Definition at line 17 of file oxtheme.php.
oxTheme.$_aThemeList = array() [protected] | 
        
Definition at line 24 of file oxtheme.php.
 1.7.1