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

  • ConfigCollector
  • PluginAbstract
  • Overview
  • Namespace
  • Class
  • Tree

Class ConfigCollector

Facilitates adding configuration requirements for a plugin to the configuration array for a consuming module.

This is used for the argument for the event 'system.module.update.configs', and the listeners, presumably plugin providers, can access module details and add to the configuration as needed.

Namespace: Xoops\Module\Plugin
Copyright: 2013-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
Located at oops_lib/Xoops/Module/Plugin/ConfigCollector.php
Methods summary
public
# __construct( Xoops\Core\Kernel\Handlers\XoopsModule $module, array & $configs )

__construct

__construct

Parameters

$module
consuming module being installed
$configs
configuration array for the consuming module
public
# add( $pluginConfigs )
public
# module( )
Properties summary
public $module
#
public $configs
#
API documentation generated by ApiGen