|
dolibarr 24.0.0-beta
|
Class ActionsQuickMemo. More...


Public Member Functions | |
| __construct ($db) | |
| Constructor. | |
| llxFooter ($parameters, &$object, &$action, $hookmanager) | |
| Overload the llxFooter function : add or replace array of object linkable. | |
| addMoreActionsButtons ($parameters, &$object, &$action, $hookmanager) | |
| Overload the addHtmlHeader function : add or replace array of object linkable. | |
Additional Inherited Members | |
Protected Member Functions inherited from CommonHookActions | |
| isContext ($parameters, $allContexts) | |
| Check context of hook. | |
Class ActionsQuickMemo.
Definition at line 34 of file actions_quickmemo.class.php.
| ActionsQuickMemo::__construct | ( | $db | ) |
Constructor.
Definition at line 73 of file actions_quickmemo.class.php.
| ActionsQuickMemo::addMoreActionsButtons | ( | $parameters, | |
| & | $object, | ||
| & | $action, | ||
| $hookmanager ) |
Overload the addHtmlHeader function : add or replace array of object linkable.
| array<string,mixed> | $parameters Hook metadata (context, etc...) | |
| CommonObject | $object | The object to process (an invoice if you are in invoice module, a propale in propale's module, etc...) |
| ?string | $action | Current action (if set). Generally create or edit or null |
| HookManager | $hookmanager | Hook manager propagated to allow calling another hook |
Definition at line 125 of file actions_quickmemo.class.php.
References $object, Memo\getMemoContext(), isModEnabled(), and Memo\loadQuickMemoJsInterface().
| ActionsQuickMemo::llxFooter | ( | $parameters, | |
| & | $object, | ||
| & | $action, | ||
| $hookmanager ) |
Overload the llxFooter function : add or replace array of object linkable.
| array<string,mixed> | $parameters Hook metadata (context, etc...) | |
| CommonObject | $object | The object to process (an invoice if you are in invoice module, a propale in propale's module, etc...) |
| ?string | $action | Current action (if set). Generally create or edit or null |
| HookManager | $hookmanager | Hook manager propagated to allow calling another hook |
Definition at line 87 of file actions_quickmemo.class.php.
References $context, $object, Memo\getMemoContext(), isModEnabled(), and Memo\loadQuickMemoJsInterface().