mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
New: Add hook toprightmenu
This commit is contained in:
parent
4170c9bf3f
commit
ef6706a6b9
|
|
@ -125,7 +125,7 @@ class HookManager
|
|||
* @param Object &$object Object to use hooks on
|
||||
* @param string &$action Action code on calling page ('create', 'edit', 'view', 'add', 'update', 'delete'...)
|
||||
* @return mixed For doActions,formObjectOptions: Return 0 if we want to keep standard actions, >0 if if want to stop standard actions, <0 means KO.
|
||||
* For printSearchForm,printLeftBlock: Return HTML string.
|
||||
* For printSearchForm,printLeftBlock,printTopRightMenu,...: Return HTML string.
|
||||
* $this->error or this->errors are also defined by class called by this function if error.
|
||||
*/
|
||||
function executeHooks($method, $parameters=false, &$object='', &$action='')
|
||||
|
|
|
|||
1971
htdocs/main.inc.php
1971
htdocs/main.inc.php
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user