Class Factory
XoopsTheme component class file
Indirect known subclasses
XoopsAdminThemeFactory
Namespace: Xoops\Core\Theme
Package: Theme
Category: Xoops\Core
Copyright: 2008-2015 XOOPS Project (http://xoops.org)
License: GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html)
Author: Skalpa Keo skalpa@xoops.org
Link: http://xoops.org
Located at oops_lib/Xoops/Core/Theme/Factory.php
Package: Theme
Category: Xoops\Core
Copyright: 2008-2015 XOOPS Project (http://xoops.org)
License: GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html)
Author: Skalpa Keo skalpa@xoops.org
Link: http://xoops.org
Located at oops_lib/Xoops/Core/Theme/Factory.php
public
|
|
public
boolean
|
public
string
|
$xoBundleIdentifier
|
#
'XoopsThemeFactory'
|
public
array
|
$allowedThemes
Currently enabled themes (if empty, all the themes in themes/ are allowed) |
#
array()
|
public
string
|
$defaultTheme
Default theme to instantiate if none specified |
#
'default'
|
public
boolean
|
$allowUserSelection
If users are allowed to choose a custom theme |
#
true
|