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 NullTheme

A null theme, mainly for testing

Xoops\Core\Theme\XoopsTheme
Extended by Xoops\Core\Theme\NullTheme
Namespace: Xoops\Core\Theme
Package: Xoops\Core
Category: Xoops\Core\Theme
Copyright: 2015 XOOPS Project (http://xoops.org)
License: GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html)
Author: Richard Griffith richard@geekwright.com
Link: http://xoops.org
Located at oops_lib/Xoops/Core/Theme/NullTheme.php
Methods summary
public boolean
# xoInit( )

Initializes this theme

Initializes this theme

Returns

boolean

Overrides

Xoops\Core\Theme\XoopsTheme::xoInit()
public boolean
# render( )

Render the page

Render the page

Returns

boolean

Overrides

Xoops\Core\Theme\XoopsTheme::render()
public
# addStylesheet( )

Add StyleSheet or CSS code to the document head

Add StyleSheet or CSS code to the document head

Overrides

Xoops\Core\Theme\XoopsTheme::addStylesheet()
public
# addScriptAssets( )

addScriptAssets - add a list of scripts to the page

addScriptAssets - add a list of scripts to the page

Overrides

Xoops\Core\Theme\XoopsTheme::addScriptAssets()
public
# addStylesheetAssets( )

addStylesheetAssets - add a list of stylesheets to the page

addStylesheetAssets - add a list of stylesheets to the page

Overrides

Xoops\Core\Theme\XoopsTheme::addStylesheetAssets()
public
# addBaseAssets( )

addBaseAssets - add a list of assets to the page, these will all be combined into a single asset file at render time

addBaseAssets - add a list of assets to the page, these will all be combined into a single asset file at render time

Overrides

Xoops\Core\Theme\XoopsTheme::addBaseAssets()
public
# addBaseScriptAssets( )

addBaseScriptAssets - add a list of scripts to the page

addBaseScriptAssets - add a list of scripts to the page

Overrides

Xoops\Core\Theme\XoopsTheme::addBaseScriptAssets()
public
# addBaseStylesheetAssets( )

addBaseStylesheetAssets - add a list of stylesheets to the page

addBaseStylesheetAssets - add a list of stylesheets to the page

Overrides

Xoops\Core\Theme\XoopsTheme::addBaseStylesheetAssets()
public boolean
# setNamedAsset( )

setNamedAsset - Add an asset reference to the asset manager.

setNamedAsset - Add an asset reference to the asset manager.

Returns

boolean
true if asset registers, false on error

Overrides

Xoops\Core\Theme\XoopsTheme::setNamedAsset()
Methods inherited from Xoops\Core\Theme\XoopsTheme
addHttpMeta(), addLink(), addMeta(), addScript(), checkCache(), genElementId(), generateCacheId(), getLocalizationAssets(), headContent(), renderAttributes(), renderMetas(), renderMetasByType(), resourcePath()
Properties inherited from Xoops\Core\Theme\XoopsTheme
$assets, $baseAssets, $bufferOutput, $canvasTemplate, $content, $contentCacheId, $contentCacheLifetime, $contentTemplate, $folderName, $headersCacheEngine, $htmlHeadStrings, $metas, $path, $plugins, $renderBanner, $renderCount, $template, $templateVars, $themesPath, $url, $use_extra_cache_id
API documentation generated by ApiGen