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