Inherited by Legacy_Module, LegacyRender_Module, and User_Module.
Inheritance diagram for Legacy_ModuleAdapter:
Public Member Functions | |
doActionSearch (&$searchArgs) | |
doLegacyGlobalSearch ($queries, $andor, $max_hit, $start, $uid) | |
hasAdminIndex () | |
getAdminIndex () | |
getAdminMenu () |
Legacy_ModuleAdapter::doActionSearch | ( | &$ | searchArgs | ) |
This method is called back by the action search feature in the control panel.
Legacy_ActionSearchArgs | $searchArgs |
Reimplemented from Legacy_AbstractModule.
Legacy_ModuleAdapter::doLegacyGlobalSearch | ( | $ | queries, | |
$ | andor, | |||
$ | max_hit, | |||
$ | start, | |||
$ | uid | |||
) |
This method is called back by the xoops global search feature.
Legacy_ActionSearchArgs | $searchArgs |
Reimplemented from Legacy_AbstractModule.
Legacy_ModuleAdapter::hasAdminIndex | ( | ) |
Gets a value indicating whether this module has the page controller in the control panel side.
Reimplemented from Legacy_AbstractModule.
Legacy_ModuleAdapter::getAdminIndex | ( | ) |
Gets an absolute URL indicating the top page of this module for the control panel side.
Reimplemented from Legacy_AbstractModule.
Legacy_ModuleAdapter::getAdminMenu | ( | ) |
Gets an array having menus for the side menu of the control panel.
Reimplemented from Legacy_AbstractModule.