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


Public Member Functions | |
| __construct ($db) | |
| Constructor. | |
| beforePDFCreation ($parameters, &$object, &$action) | |
| Execute action before PDF (document) creation. | |
| afterPDFCreation ($parameters, &$pdfhandler, &$action) | |
| Execute action after PDF (document) creation. | |
Additional Inherited Members | |
Protected Member Functions inherited from CommonHookActions | |
| isContext ($parameters, $allContexts) | |
| Check context of hook. | |
Class ActionsBlockedlog.
Definition at line 30 of file actions_blockedlog.class.php.
| ActionsBlockedlog::__construct | ( | $db | ) |
Constructor.
Definition at line 69 of file actions_blockedlog.class.php.
| ActionsBlockedlog::afterPDFCreation | ( | $parameters, | |
| & | $pdfhandler, | ||
| & | $action ) |
Execute action after PDF (document) creation.
| array<string,mixed> | $parameters Array of parameters | |
| CommonDocGenerator | $pdfhandler | PDF builder handler |
| string | $action | 'add', 'update', 'view' |
Definition at line 115 of file actions_blockedlog.class.php.
References $conf, and dol_syslog().
| ActionsBlockedlog::beforePDFCreation | ( | $parameters, | |
| & | $object, | ||
| & | $action ) |
Execute action before PDF (document) creation.
| array<string,mixed> | $parameters Array of parameters | |
| CommonObject | $object | Object output on PDF |
| string | $action | 'add', 'update', 'view' |
Definition at line 85 of file actions_blockedlog.class.php.
References $conf, and dol_syslog().