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
|
* 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)
|
||||||
{
|
{
|
||||||
|
|||||||
@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user