dolibarr 21.0.0-alpha
|
Class to manage the numbering module Simple for member references. More...
Public Member Functions | |
__construct () | |
Constructor. | |
info ($langs) | |
Return description of numbering module. | |
getExample () | |
Return an example of numbering module values. | |
canBeActivated ($object) | |
Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working. | |
getNextValue ($objsoc, $object) | |
Return next value. | |
Public Member Functions inherited from ModeleNumRefMembers | |
getToolTip ($langs, $soc) | |
Return description of module parameters. | |
Public Member Functions inherited from CommonNumRefGenerator | |
getNom ($langs) | |
Return model name. | |
getName ($langs) | |
Return model name. | |
isEnabled () | |
Return if a module can be used or not. | |
getVersion () | |
Returns version of numbering module. | |
Class to manage the numbering module Simple for member references.
Definition at line 33 of file mod_member_simple.php.
mod_member_simple::canBeActivated | ( | $object | ) |
Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working.
CommonObject | $object | Object we need next value for |
Reimplemented from CommonNumRefGenerator.
Definition at line 85 of file mod_member_simple.php.
mod_member_simple::getExample | ( | ) |
Return an example of numbering module values.
Reimplemented from ModeleNumRefMembers.
Definition at line 72 of file mod_member_simple.php.
mod_member_simple::getNextValue | ( | $objsoc, | |
$object ) |
Return next value.
?Societe | $objsoc | Object third party |
?Adherent | $object | Object we need next value for |
Reimplemented from ModeleNumRefMembers.
Definition at line 120 of file mod_member_simple.php.
References dol_syslog(), and getDolGlobalInt().
mod_member_simple::info | ( | $langs | ) |
Return description of numbering module.
Translate | $langs | Lang object to use for output |
Reimplemented from CommonNumRefGenerator.
Definition at line 60 of file mod_member_simple.php.