Update actions_mymodule.class.php
This commit is contained in:
parent
f388e235fd
commit
b20fc6c816
@ -84,7 +84,7 @@ class ActionsMyModule
|
|||||||
/**
|
/**
|
||||||
* Overloading the doActions function : replacing the parent's function with the one below
|
* Overloading the doActions function : replacing the parent's function with the one below
|
||||||
*
|
*
|
||||||
* @param array() $parameters Hook metadatas (context, etc...)
|
* @param array $parameters Hook metadatas (context, etc...)
|
||||||
* @param CommonObject $object The object to process (an invoice if you are in invoice module, a propale in propale's module, etc...)
|
* @param CommonObject $object The object to process (an invoice if you are in invoice module, a propale in propale's module, etc...)
|
||||||
* @param string $action Current action (if set). Generally create or edit or null
|
* @param string $action Current action (if set). Generally create or edit or null
|
||||||
* @param HookManager $hookmanager Hook manager propagated to allow calling another hook
|
* @param HookManager $hookmanager Hook manager propagated to allow calling another hook
|
||||||
@ -117,7 +117,7 @@ class ActionsMyModule
|
|||||||
/**
|
/**
|
||||||
* Overloading the doActions function : replacing the parent's function with the one below
|
* Overloading the doActions function : replacing the parent's function with the one below
|
||||||
*
|
*
|
||||||
* @param array() $parameters Hook metadatas (context, etc...)
|
* @param array $parameters Hook metadatas (context, etc...)
|
||||||
* @param CommonObject $object The object to process (an invoice if you are in invoice module, a propale in propale's module, etc...)
|
* @param CommonObject $object The object to process (an invoice if you are in invoice module, a propale in propale's module, etc...)
|
||||||
* @param string $action Current action (if set). Generally create or edit or null
|
* @param string $action Current action (if set). Generally create or edit or null
|
||||||
* @param HookManager $hookmanager Hook manager propagated to allow calling another hook
|
* @param HookManager $hookmanager Hook manager propagated to allow calling another hook
|
||||||
@ -153,7 +153,7 @@ class ActionsMyModule
|
|||||||
/**
|
/**
|
||||||
* Overloading the addMoreMassActions function : replacing the parent's function with the one below
|
* Overloading the addMoreMassActions function : replacing the parent's function with the one below
|
||||||
*
|
*
|
||||||
* @param array() $parameters Hook metadatas (context, etc...)
|
* @param array $parameters Hook metadatas (context, etc...)
|
||||||
* @param CommonObject $object The object to process (an invoice if you are in invoice module, a propale in propale's module, etc...)
|
* @param CommonObject $object The object to process (an invoice if you are in invoice module, a propale in propale's module, etc...)
|
||||||
* @param string $action Current action (if set). Generally create or edit or null
|
* @param string $action Current action (if set). Generally create or edit or null
|
||||||
* @param HookManager $hookmanager Hook manager propagated to allow calling another hook
|
* @param HookManager $hookmanager Hook manager propagated to allow calling another hook
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user