XOOPS RMCommon Utilities  2.1.8.91RC
 All Classes Namespaces Files Functions Variables
RMIPlugin Class Reference

Public Member Functions

 get_info ($name)
 
 info ()
 
 on_activate ($q)
 
 on_install ()
 
 on_uninstall ()
 
 on_update ()
 
 options ()
 
 settings ($name='')
 

Protected Attributes

 $info = array()
 
 $settings = array()
 

Detailed Description

Interface for Common Utilities plugins

Definition at line 15 of file iplugin.php.

Member Function Documentation

RMIPlugin::get_info (   $name)

Definition at line 26 of file iplugin.php.

References info().

Referenced by settings().

Here is the call graph for this function:

Here is the caller graph for this function:

RMIPlugin::info ( )

Definition at line 34 of file iplugin.php.

References $info.

Referenced by get_info().

Here is the caller graph for this function:

RMIPlugin::on_activate (   $q)
abstract
RMIPlugin::on_install ( )
abstract
RMIPlugin::on_uninstall ( )
abstract
RMIPlugin::on_update ( )
abstract
RMIPlugin::options ( )
abstract
RMIPlugin::settings (   $name = '')

Definition at line 38 of file iplugin.php.

References $settings, RMFunctions\get(), and get_info().

Here is the call graph for this function:

Member Data Documentation

RMIPlugin::$info = array()
protected

Definition at line 17 of file iplugin.php.

Referenced by info().

RMIPlugin::$settings = array()
protected

Definition at line 18 of file iplugin.php.

Referenced by settings().


The documentation for this class was generated from the following file: