XOOPS  2.6.0
UserconfigsMenusPlugin Class Reference
Inheritance diagram for UserconfigsMenusPlugin:
Inheritance graph

Public Member Functions

 subMenus ()
 
- Public Member Functions inherited from Xoops\Module\Plugin\PluginAbstract
 __construct ($dirname)
 

Detailed Description

Since
1.0
Author
trabis lusop.nosp@m.oema.nosp@m.s@gma.nosp@m.il.c.nosp@m.om
Version
$Id$

Definition at line 20 of file menus.php.

Member Function Documentation

UserconfigsMenusPlugin::subMenus ( )

expects an array of array containing: name, Name of the submenu url, Url of the submenu relative to the module ex: return array(0 => array( 'name' => _MI_PUBLISHER_SUB_SMNAME3; 'url' => "search.php"; ));

Returns
array

Implements MenusPluginInterface.

Definition at line 33 of file menus.php.

References $dirname, $xoops, and Xoops\getInstance().

Here is the call graph for this function:


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