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

  • Admin
  • Helper
  • Plugin
  • Overview
  • Namespace
  • Class
  • Tree

Class Plugin

Namespace: Xoops\Module
Copyright: 2013-2015 XOOPS Project (http://xoops.org)
License: GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html)
Author: trabis lusopoemas@gmail.com
Located at oops_lib/Xoops/Module/Plugin.php
Methods summary
public static boolean|Xoops\Module\Plugin\PluginAbstract
# getPlugin( string $dirname, string $pluginName = 'system', boolean $force = false )

Parameters

$dirname
module dirname
$pluginName
plugin name i.e. system, menus, etc.
$force
get plugin even if module is inactive

Returns

boolean|Xoops\Module\Plugin\PluginAbstract
plugin, or false if plugin does not exist
public static mixed
# getPlugins( string $pluginName = 'system', array|boolean $inactiveModules = false )

Parameters

$pluginName
$inactiveModules

Returns

mixed
public static
# resetPluginsCache( )

Clear cache of plugins return void

Clear cache of plugins return void

Properties summary
protected static array $plugins
# array()
API documentation generated by ApiGen