This commit is contained in:
Laurent Destailleur 2012-03-18 12:51:13 +01:00
parent b0d319eaf7
commit 23d523158a
2 changed files with 6 additions and 6 deletions

View File

@ -76,9 +76,9 @@ Class pdf_expedition_rouget extends ModelePdfExpedition
/** /**
* Fonction generant le document sur le disque * Fonction generant le document sur le disque
* *
* @param object Objet expedition a generer (ou id si ancienne methode) * @param Object $object Objet expedition a generer (ou id si ancienne methode)
* @param outputlangs Lang output object * @param Translate $outputlangs Lang output object
* @return int 1=ok, 0=ko * @return int 1=ok, 0=ko
*/ */
function write_file(&$object, $outputlangs) function write_file(&$object, $outputlangs)
{ {

View File

@ -361,9 +361,9 @@ class pdf_standard
/** /**
* Function to build PDF on disk, then output on HTTP strem. * Function to build PDF on disk, then output on HTTP strem.
* *
* @param arrayofmembers Array of members informations * @param array $arrayofmembers Array of members informations
* @param outputlangs Lang object for output language * @param Translata $outputlangs Lang object for output language
* @return int 1=ok, 0=ko * @return int 1=ok, 0=ko
*/ */
function write_file($arrayofmembers,$outputlangs) function write_file($arrayofmembers,$outputlangs)
{ {