New: Add hook toprightmenu

This commit is contained in:
Laurent Destailleur 2012-02-22 12:02:12 +01:00
parent 4170c9bf3f
commit ef6706a6b9
2 changed files with 1004 additions and 969 deletions

View File

@ -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='')

File diff suppressed because it is too large Load Diff