Overview

Namespaces

  • None
  • Xmf
    • Database
    • Module
      • Helper
    • Template
  • Xoops
    • Auth
    • Core
      • Cache
      • Database
        • Logging
        • Schema
      • Exception
      • Handler
        • Scheme
      • Kernel
        • Dtype
        • Handlers
        • Model
      • Lists
      • Locale
        • Punic
      • Service
        • Contract
      • Session
      • Text
        • Sanitizer
          • Extensions
      • Theme
        • Plugins
    • Form
    • Html
    • Locale
    • Module
      • Helper
      • Plugin

Classes

  • AdminFactory
  • Factory
  • NullTheme
  • PluginAbstract
  • XoopsTheme
  • Overview
  • Namespace
  • Class
  • Tree

Class Factory

XoopsTheme component class file

Direct known subclasses

Xoops\Core\Theme\AdminFactory, XoopsThemeFactory

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
Methods summary
public Xoops\Core\Theme\XoopsTheme
# createInstance( array $options = array() )

Instantiate the specified theme

Instantiate the specified theme

Parameters

$options
options array

Returns

Xoops\Core\Theme\XoopsTheme
public boolean
# isThemeAllowed( string $name )

Checks if the specified theme is enabled or not

Checks if the specified theme is enabled or not

Parameters

$name
theme name

Returns

boolean
Properties summary
public string $xoBundleIdentifier
# 'XoopsThemeFactory'
public array $allowedThemes

Currently enabled themes (if empty, all the themes in themes/ are allowed)

Currently enabled themes (if empty, all the themes in themes/ are allowed)

# array()
public string $defaultTheme

Default theme to instantiate if none specified

Default theme to instantiate if none specified

# 'default'
public boolean $allowUserSelection

If users are allowed to choose a custom theme

If users are allowed to choose a custom theme

# true
API documentation generated by ApiGen