dolibarr 21.0.0-alpha
|
Parent class to manage numbering of MyObject. More...
Public Member Functions | |
getExample () | |
Return an example of numbering. | |
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. | |
info ($langs) | |
Returns the default description of the numbering template. | |
canBeActivated ($object) | |
Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working. | |
getVersion () | |
Returns version of numbering module. | |
Parent class to manage numbering of MyObject.
Definition at line 81 of file modules_myobject.php.
|
abstract |
Return an example of numbering.
Reimplemented in mod_myobject_advanced, and mod_myobject_standard.
|
abstract |
Return next free value.
MyObject | $object | Object we need next value for |
Reimplemented in mod_myobject_advanced, and mod_myobject_standard.