dolibarr 21.0.0-alpha
|
Class to manage the Standard numbering rule for MyObject. More...
Public Member Functions | |
info ($langs) | |
Return description of numbering module. | |
getExample () | |
Return an example of numbering. | |
canBeActivated ($object) | |
Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working. | |
getNextValue ($object) | |
Return next free value. | |
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 Standard numbering rule for MyObject.
Definition at line 33 of file mod_myobject_standard.php.
mod_myobject_standard::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 87 of file mod_myobject_standard.php.
References $object.
mod_myobject_standard::getExample | ( | ) |
Return an example of numbering.
Reimplemented from ModeleNumRefMyObject.
Definition at line 74 of file mod_myobject_standard.php.
mod_myobject_standard::getNextValue | ( | $object | ) |
Return next free value.
MyObject | $object | Object we need next value for |
Reimplemented from ModeleNumRefMyObject.
Definition at line 127 of file mod_myobject_standard.php.
References $object, dol_print_date(), and dol_syslog().
mod_myobject_standard::info | ( | $langs | ) |
Return description of numbering module.
Reimplemented from CommonNumRefGenerator.
Definition at line 63 of file mod_myobject_standard.php.