26require_once DOL_DOCUMENT_ROOT.
'/core/class/commonhookactions.class.php';
28require_once __DIR__ .
'/memo.class.php';
49 public $errors = array();
55 public $results = array();
103 $jsConfVars = array_merge([
104 'archivesUrlParams' =>
'&search_fk_element='. (
int)
$object->id .
'&search_element_type='.
$object->element,
105 'elementId' => (
int)
$object->id,
106 'elementType' =>
$object->element
136 'archivesUrlParams' =>
'&search_fk_element='. (int)
$object->id .
'&search_element_type='.
$object->element,
137 'elementId' => (
int)
$object->id,
138 'elementType' =>
$object->element,
if(! $sortfield) if(! $sortorder) $object
addMoreActionsButtons($parameters, &$object, &$action, $hookmanager)
Overload the addHtmlHeader function : add or replace array of object linkable.
__construct($db)
Constructor.
llxFooter($parameters, &$object, &$action, $hookmanager)
Overload the llxFooter function : add or replace array of object linkable.
Parent class of all other hook actions classes.
static loadQuickMemoJsInterface($jsConfVars)
Load the Javascript interface for QuickMemo.
static getMemoContext($context, $object=null)
Get memo context.
isModEnabled($module)
Is Dolibarr module enabled.
$context
@method int call_trigger(string $triggerName, ?User $user)