|
dolibarr
x.y.z
|
Class ActionsDatapolicy. More...
Public Member Functions | |
| __construct ($db) | |
| Constructor. More... | |
| getNomUrl ($parameters, &$object, &$action) | |
| Execute action. More... | |
| doActions ($parameters, &$object, &$action, $hookmanager) | |
| Overloading the doActions function : replacing the parent's function with the one below. More... | |
| doMassActions ($parameters, &$object, &$action, $hookmanager) | |
| Overloading the doActions function : replacing the parent's function with the one below. More... | |
| addMoreMassActions ($parameters, &$object, &$action, $hookmanager) | |
| Overloading the addMoreMassActions function : replacing the parent's function with the one below. More... | |
| beforePDFCreation ($parameters, &$object, &$action) | |
| Execute action. More... | |
| addMoreActionsButtons ($parameters, &$object, &$action, $hookmanager) | |
| addMoreActionsButtons More... | |
| printCommonFooter ($parameters, &$object, &$action, $hookmanager) | |
| printCommonFooter More... | |
Class ActionsDatapolicy.
Definition at line 28 of file actions_datapolicy.class.php.
| ActionsDatapolicy::__construct | ( | $db | ) |
| 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 329 of file actions_datapolicy.class.php.
| ActionsDatapolicy::addMoreMassActions | ( | $parameters, | |
| & | $object, | ||
| & | $action, | ||
| $hookmanager | |||
| ) |
Overloading the addMoreMassActions function : replacing the parent's function with the one below.
| array | $parameters | Hook metadatas (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 272 of file actions_datapolicy.class.php.
| ActionsDatapolicy::beforePDFCreation | ( | $parameters, | |
| & | $object, | ||
| & | $action | ||
| ) |
Execute action.
| array | $parameters | Array of parameters |
| Object | $object | Object output on PDF |
| string | $action | 'add', 'update', 'view' |
Definition at line 301 of file actions_datapolicy.class.php.
| 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...) |
| 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 91 of file actions_datapolicy.class.php.
| ActionsDatapolicy::doMassActions | ( | $parameters, | |
| & | $object, | ||
| & | $action, | ||
| $hookmanager | |||
| ) |
Overloading the doActions function : replacing the parent's function with the one below.
| array | $parameters | Hook metadatas (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 239 of file actions_datapolicy.class.php.
| 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 75 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 387 of file actions_datapolicy.class.php.