function Comment Missing

This commit is contained in:
Frédéric FRANCE 2018-08-31 22:49:11 +02:00
parent 02b74afe5f
commit 3b2e7732c2
No known key found for this signature in database
GPG Key ID: 06809324E4B2ABC1
2 changed files with 8 additions and 2 deletions

View File

@ -28,8 +28,6 @@ class Login
/**
* Constructor of the class
*
* @param DoliDb $db Database handler
*/
function __construct()
{

View File

@ -422,6 +422,14 @@ class doc_generic_user_odt extends ModelePDFUser
return -1;
}
/**
* get substitution array for object
*
* @param User $object user
* @param Translation $outputlangs translation object
* @param string $array_key key for array
* @return array array of substitutions
*/
function get_substitutionarray_object($object,$outputlangs,$array_key='object')
{
$array_other=array();