@@ -96,7 +96,7 @@ |
||
96 | 96 | * Return next free value |
97 | 97 | * |
98 | 98 | * @param Societe $objsoc Object thirdparty |
99 | - * @param Object $object Object we need next value for |
|
99 | + * @param string $object Object we need next value for |
|
100 | 100 | * @return string Value if KO, <0 if KO |
101 | 101 | */ |
102 | 102 | function getNextValue($objsoc,$object) |
@@ -100,7 +100,7 @@ |
||
100 | 100 | * Return next free value |
101 | 101 | * |
102 | 102 | * @param Societe $objsoc Object thirdparty |
103 | - * @param Object $object Object we need next value for |
|
103 | + * @param string $object Object we need next value for |
|
104 | 104 | * @return string Value if KO, <0 if KO |
105 | 105 | */ |
106 | 106 | function getNextValue($objsoc,$object) |
@@ -101,7 +101,7 @@ |
||
101 | 101 | /** |
102 | 102 | * Return next free value |
103 | 103 | * |
104 | - * @param Societe $objsoc Object thirdparty |
|
104 | + * @param integer $objsoc Object thirdparty |
|
105 | 105 | * @param Object $object Object we need next value for |
106 | 106 | * @return string Value if KO, <0 if KO |
107 | 107 | */ |
@@ -240,7 +240,7 @@ |
||
240 | 240 | * @param Adherent $object Member object. Old usage: Array of record informations (array('textleft'=>,'textheader'=>, ...'id'=>,'photo'=>) |
241 | 241 | * @param Translate $outputlangs Lang object for output language |
242 | 242 | * @param string $srctemplatepath Full path of source filename for generator using a template file. Example: '5161', 'AVERYC32010', 'CARD', ... |
243 | - * @param string $mode Tell if doc module is called for 'member', ... |
|
243 | + * @param integer $mode Tell if doc module is called for 'member', ... |
|
244 | 244 | * @param int $nooutput 1=Generate only file on disk and do not return it on response |
245 | 245 | * @return int 1=OK, 0=KO |
246 | 246 | */ |
@@ -100,7 +100,7 @@ |
||
100 | 100 | * Return next free value |
101 | 101 | * |
102 | 102 | * @param Societe $objsoc Object thirdparty |
103 | - * @param Object $object Object we need next value for |
|
103 | + * @param string $object Object we need next value for |
|
104 | 104 | * @return string Value if KO, <0 if KO |
105 | 105 | */ |
106 | 106 | function getNextValue($objsoc,$object) |
@@ -96,7 +96,7 @@ |
||
96 | 96 | * Return next free value |
97 | 97 | * |
98 | 98 | * @param Societe $objsoc Object thirdparty |
99 | - * @param Object $object Object we need next value for |
|
99 | + * @param string $object Object we need next value for |
|
100 | 100 | * @return string Value if KO, <0 if KO |
101 | 101 | */ |
102 | 102 | function getNextValue($objsoc,$object) |
@@ -143,7 +143,7 @@ |
||
143 | 143 | /** |
144 | 144 | * Return next reference not yet used as a reference |
145 | 145 | * |
146 | - * @param Societe $objsoc Object third party |
|
146 | + * @param integer $objsoc Object third party |
|
147 | 147 | * @param Task $object Object task |
148 | 148 | * @return string Next not used reference |
149 | 149 | */ |
@@ -130,7 +130,7 @@ |
||
130 | 130 | /** |
131 | 131 | * Return next reference not yet used as a reference |
132 | 132 | * |
133 | - * @param Societe $objsoc Object third party |
|
133 | + * @param integer $objsoc Object third party |
|
134 | 134 | * @param Task $object Object task |
135 | 135 | * @return string Next not used reference |
136 | 136 | */ |
@@ -100,7 +100,7 @@ |
||
100 | 100 | * Return next free value |
101 | 101 | * |
102 | 102 | * @param Societe $objsoc Object thirdparty |
103 | - * @param Object $object Object we need next value for |
|
103 | + * @param string $object Object we need next value for |
|
104 | 104 | * @return string Value if KO, <0 if KO |
105 | 105 | */ |
106 | 106 | function getNextValue($objsoc,$object) |