|
dolibarr 18.0.8
|
Class to manage the Standard numbering rule for HR evaluation. More...


Public Member Functions | |
| info () | |
| 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 ModeleNumRefEvaluation | |
| isEnabled () | |
| Return if a module can be used or not. | |
| getVersion () | |
| Returns version of numbering module. | |
Class to manage the Standard numbering rule for HR evaluation.
Definition at line 31 of file mod_evaluation_standard.php.
| mod_evaluation_standard::canBeActivated | ( | $object | ) |
Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working.
| Object | $object | Object we need next value for |
Reimplemented from ModeleNumRefEvaluation.
Definition at line 82 of file mod_evaluation_standard.php.
| mod_evaluation_standard::getExample | ( | ) |
Return an example of numbering.
Reimplemented from ModeleNumRefEvaluation.
Definition at line 69 of file mod_evaluation_standard.php.
| mod_evaluation_standard::getNextValue | ( | $object | ) |
Return next free value.
| Object | $object | Object we need next value for |
Reimplemented from ModeleNumRefEvaluation.
Definition at line 120 of file mod_evaluation_standard.php.
References dol_syslog().
| mod_evaluation_standard::info | ( | ) |
Return description of numbering module.
Reimplemented from ModeleNumRefEvaluation.
Definition at line 57 of file mod_evaluation_standard.php.