XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
__construct ($flag) | |
prepare (&$controller, &$xoopsUser) | |
hasPermission (&$controller, &$xoopsUser) | |
getDefaultView (&$controller, &$xoopsUser) | |
defaultSearch (&$searchArgs) | |
execute (&$controller, &$xoopsUser) | |
_processActionForm () | |
executeViewSuccess (&$controller, &$xoopsUser, &$render) | |
executeViewInput (&$controller, &$xoopsUser, &$render) | |
executeViewError (&$controller, &$xoopsUser, &$render) | |
![]() | |
Legacy_Action ($adminFlag=false) | |
executeViewIndex (&$controller, &$xoopsUser, &$render) | |
executeViewPreview (&$controller, &$xoopsUser, &$render) | |
executeViewCancel (&$controller, &$xoopsUser, &$render) | |
Data Fields | |
$mModules = [] | |
$mModuleRecords = null | |
$mRecords = null | |
$mActionForm = null | |
$mSearchAction = null | |
![]() | |
$_mAdminFlag = false | |
Definition at line 94 of file ActSearchAction.class.php.
__construct | ( | $flag | ) |
Reimplemented from Legacy_Action.
Definition at line 103 of file ActSearchAction.class.php.
_processActionForm | ( | ) |
Definition at line 179 of file ActSearchAction.class.php.
defaultSearch | ( | & | $searchArgs | ) |
Definition at line 167 of file ActSearchAction.class.php.
execute | ( | & | $controller, |
& | $xoopsUser ) |
Reimplemented from Legacy_Action.
Definition at line 174 of file ActSearchAction.class.php.
executeViewError | ( | & | $controller, |
& | $xoopsUser, | ||
& | $render ) |
Reimplemented from Legacy_Action.
Definition at line 198 of file ActSearchAction.class.php.
executeViewInput | ( | & | $controller, |
& | $xoopsUser, | ||
& | $render ) |
Reimplemented from Legacy_Action.
Definition at line 192 of file ActSearchAction.class.php.
executeViewSuccess | ( | & | $controller, |
& | $xoopsUser, | ||
& | $render ) |
Reimplemented from Legacy_Action.
Definition at line 185 of file ActSearchAction.class.php.
getDefaultView | ( | & | $controller, |
& | $xoopsUser ) |
Reimplemented from Legacy_Action.
Definition at line 145 of file ActSearchAction.class.php.
hasPermission | ( | & | $controller, |
& | $xoopsUser ) |
Reimplemented from Legacy_Action.
Definition at line 139 of file ActSearchAction.class.php.
prepare | ( | & | $controller, |
& | $xoopsUser ) |
Reimplemented from Legacy_Action.
Definition at line 112 of file ActSearchAction.class.php.
$mActionForm = null |
Definition at line 99 of file ActSearchAction.class.php.
$mModuleRecords = null |
Definition at line 97 of file ActSearchAction.class.php.
$mModules = [] |
Definition at line 96 of file ActSearchAction.class.php.
$mRecords = null |
Definition at line 98 of file ActSearchAction.class.php.
$mSearchAction = null |
Definition at line 101 of file ActSearchAction.class.php.