|
dolibarr
x.y.z
|
Parent class to manage numbering of Evaluation. More...

Public Member Functions | |
| isEnabled () | |
| Return if a module can be used or not. More... | |
| info () | |
| Returns the default description of the numbering template. More... | |
| getExample () | |
| Returns an example of numbering. More... | |
| canBeActivated ($object) | |
| Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working. More... | |
| getNextValue ($object) | |
| Returns next assigned value. More... | |
| getVersion () | |
| Returns version of numbering module. More... | |
Parent class to manage numbering of Evaluation.
Definition at line 67 of file modules_evaluation.php.
| ModeleNumRefEvaluation::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 in mod_evaluation_standard.
Definition at line 115 of file modules_evaluation.php.
| ModeleNumRefEvaluation::getExample | ( | ) |
Returns an example of numbering.
Reimplemented in mod_evaluation_standard, and mod_evaluation_advanced.
Definition at line 101 of file modules_evaluation.php.
| ModeleNumRefEvaluation::getNextValue | ( | $object | ) |
Returns next assigned value.
| Object | $object | Object we need next value for |
Reimplemented in mod_evaluation_standard, and mod_evaluation_advanced.
Definition at line 126 of file modules_evaluation.php.
| ModeleNumRefEvaluation::getVersion | ( | ) |
Returns version of numbering module.
Definition at line 137 of file modules_evaluation.php.
| ModeleNumRefEvaluation::info | ( | ) |
Returns the default description of the numbering template.
Reimplemented in mod_evaluation_standard, and mod_evaluation_advanced.
Definition at line 89 of file modules_evaluation.php.
| ModeleNumRefEvaluation::isEnabled | ( | ) |
Return if a module can be used or not.
Definition at line 79 of file modules_evaluation.php.