dolibarr 19.0.3
|
Class ActionsDatapolicy. More...
Public Member Functions | |
__construct ($db) | |
Constructor. | |
getNomUrl ($parameters, &$object, &$action) | |
Execute action. | |
doActions ($parameters, &$object, &$action, $hookmanager) | |
Overloading the doActions function : replacing the parent's function with the one below. | |
addMoreActionsButtons ($parameters, &$object, &$action, $hookmanager) | |
addMoreActionsButtons | |
printCommonFooter ($parameters, &$object, &$action, $hookmanager) | |
printCommonFooter | |
Class ActionsDatapolicy.
Definition at line 29 of file actions_datapolicy.class.php.
ActionsDatapolicy::__construct | ( | $db | ) |
Constructor.
Definition at line 61 of file actions_datapolicy.class.php.
ActionsDatapolicy::addMoreActionsButtons | ( | $parameters, | |
& | $object, | ||
& | $action, | ||
$hookmanager ) |
addMoreActionsButtons
array | $parameters | array of parameters |
Object | $object | Object |
string | $action | Actions |
HookManager | $hookmanager | Hook manager |
Definition at line 170 of file actions_datapolicy.class.php.
References getDolGlobalString().
ActionsDatapolicy::doActions | ( | $parameters, | |
& | $object, | ||
& | $action, | ||
$hookmanager ) |
Overloading the doActions function : replacing the parent's function with the one below.
array | $parameters | Hook metadatas (context, etc...) |
Societe | 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 92 of file actions_datapolicy.class.php.
References dol_concatdesc(), dol_now(), dol_print_date(), GETPOST(), DataPolicy\sendMailDataPolicyAdherent(), DataPolicy\sendMailDataPolicyCompany(), DataPolicy\sendMailDataPolicyContact(), and setEventMessages().
ActionsDatapolicy::getNomUrl | ( | $parameters, | |
& | $object, | ||
& | $action ) |
Execute action.
array | $parameters | Array of parameters |
CommonObject | $object | The object to process (an invoice if you are in invoice module, a propale in propale's module, etc...) |
string | $action | 'add', 'update', 'view' |
Definition at line 76 of file actions_datapolicy.class.php.
ActionsDatapolicy::printCommonFooter | ( | $parameters, | |
& | $object, | ||
& | $action, | ||
$hookmanager ) |
printCommonFooter
array | $parameters | array of parameters |
Object | $object | Object |
string | $action | Actions |
HookManager | $hookmanager | Hook manager |
Definition at line 222 of file actions_datapolicy.class.php.
References GETPOST().