Doxygen
This commit is contained in:
parent
b0d319eaf7
commit
23d523158a
@ -76,9 +76,9 @@ Class pdf_expedition_rouget extends ModelePdfExpedition
|
||||
/**
|
||||
* Fonction generant le document sur le disque
|
||||
*
|
||||
* @param object Objet expedition a generer (ou id si ancienne methode)
|
||||
* @param outputlangs Lang output object
|
||||
* @return int 1=ok, 0=ko
|
||||
* @param Object $object Objet expedition a generer (ou id si ancienne methode)
|
||||
* @param Translate $outputlangs Lang output object
|
||||
* @return int 1=ok, 0=ko
|
||||
*/
|
||||
function write_file(&$object, $outputlangs)
|
||||
{
|
||||
|
||||
@ -361,9 +361,9 @@ class pdf_standard
|
||||
/**
|
||||
* Function to build PDF on disk, then output on HTTP strem.
|
||||
*
|
||||
* @param arrayofmembers Array of members informations
|
||||
* @param outputlangs Lang object for output language
|
||||
* @return int 1=ok, 0=ko
|
||||
* @param array $arrayofmembers Array of members informations
|
||||
* @param Translata $outputlangs Lang object for output language
|
||||
* @return int 1=ok, 0=ko
|
||||
*/
|
||||
function write_file($arrayofmembers,$outputlangs)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user