| 
    OXID eShop CE
    4.8.10
    
   | 
 
 Inheritance diagram for oxTheme:
 Collaboration diagram for oxTheme:Public Member Functions | |
| load ($sOXID) | |
| activate () | |
| getList () | |
| getInfo ($sName) | |
| getActiveThemeId () | |
| getParent () | |
| checkForActivationErrors () | |
| getId () | |
  Public Member Functions inherited from oxSuperCfg | |
| __call ($sMethod, $aArgs) | |
| __construct () | |
| getConfig () | |
| setConfig ($oConfig) | |
| getSession () | |
| setSession ($oSession) | |
| getUser () | |
| setUser ($oUser) | |
| isAdmin () | |
| setAdminMode ($blAdmin) | |
Protected Attributes | |
| $_aTheme = array() | |
| $_aThemeList = array() | |
Additional Inherited Members | |
  Static Protected Attributes inherited from oxSuperCfg | |
| static | $_oConfig = null | 
| static | $_oSession = null | 
| static | $_oRights = null | 
| static | $_oActUser = null | 
| static | $_blIsAdmin = null | 
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::getId | ( | ) | 
| 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.
      
  | 
  protected | 
Definition at line 13 of file oxtheme.php.
      
  | 
  protected | 
Definition at line 19 of file oxtheme.php.