Doxygen
This commit is contained in:
parent
6e864bc992
commit
46d08a9d3b
@ -93,9 +93,9 @@ class mod_contract_magre extends ModelNumRefContracts
|
||||
/**
|
||||
* Return next value
|
||||
*
|
||||
* @param objsoc third party object
|
||||
* @param contract contract object
|
||||
* @return string Value if OK, 0 if KO
|
||||
* @param Societe $objsoc third party object
|
||||
* @param Object $contract contract object
|
||||
* @return string Value if OK, 0 if KO
|
||||
*/
|
||||
function getNextValue($objsoc,$contract)
|
||||
{
|
||||
@ -117,11 +117,11 @@ class mod_contract_magre extends ModelNumRefContracts
|
||||
}
|
||||
|
||||
/**
|
||||
* Return next free value
|
||||
* Return next value
|
||||
*
|
||||
* @param objsoc Object third party
|
||||
* @param objforref Object for number to search
|
||||
* @return string Next free value
|
||||
* @param Societe $objsoc third party object
|
||||
* @param Object $objforref contract object
|
||||
* @return string Value if OK, 0 if KO
|
||||
*/
|
||||
function contract_get_num($objsoc,$objforref)
|
||||
{
|
||||
|
||||
@ -93,9 +93,9 @@ class mod_contract_serpis extends ModelNumRefContracts
|
||||
/**
|
||||
* Return next value
|
||||
*
|
||||
* @param objsoc third party object
|
||||
* @param contract contract object
|
||||
* @return string Value if OK, 0 if KO
|
||||
* @param Societe $objsoc third party object
|
||||
* @param Object $contract contract object
|
||||
* @return string Value if OK, 0 if KO
|
||||
*/
|
||||
function getNextValue($objsoc,$contract)
|
||||
{
|
||||
@ -130,11 +130,11 @@ class mod_contract_serpis extends ModelNumRefContracts
|
||||
|
||||
|
||||
/**
|
||||
* Return next free value
|
||||
* Return next value
|
||||
*
|
||||
* @param objsoc Object third party
|
||||
* @param objforref Object for number to search
|
||||
* @return string Next free value
|
||||
* @param Societe $objsoc third party object
|
||||
* @param Object $objforref contract object
|
||||
* @return string Value if OK, 0 if KO
|
||||
*/
|
||||
function contract_get_num($objsoc,$objforref)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user