dolibarr 18.0.6
|
Parent class to manage numbering of RecruitmentCandidature. More...
Public Member Functions | |
isEnabled () | |
Return if a module can be used or not. | |
info () | |
Returns the default description of the numbering template. | |
getExample () | |
Returns 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) | |
Returns next assigned value. | |
getVersion () | |
Returns version of numbering module. | |
Parent class to manage numbering of RecruitmentCandidature.
Definition at line 69 of file modules_recruitmentcandidature.php.
ModeleNumRefRecruitmentCandidature::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_recruitmentcandidature_standard.
Definition at line 117 of file modules_recruitmentcandidature.php.
ModeleNumRefRecruitmentCandidature::getExample | ( | ) |
Returns an example of numbering.
Reimplemented in mod_recruitmentcandidature_advanced, and mod_recruitmentcandidature_standard.
Definition at line 103 of file modules_recruitmentcandidature.php.
ModeleNumRefRecruitmentCandidature::getNextValue | ( | $object | ) |
Returns next assigned value.
Object | $object | Object we need next value for |
Reimplemented in mod_recruitmentcandidature_advanced, and mod_recruitmentcandidature_standard.
Definition at line 128 of file modules_recruitmentcandidature.php.
ModeleNumRefRecruitmentCandidature::getVersion | ( | ) |
Returns version of numbering module.
Definition at line 139 of file modules_recruitmentcandidature.php.
ModeleNumRefRecruitmentCandidature::info | ( | ) |
Returns the default description of the numbering template.
Reimplemented in mod_recruitmentcandidature_advanced, and mod_recruitmentcandidature_standard.
Definition at line 91 of file modules_recruitmentcandidature.php.
ModeleNumRefRecruitmentCandidature::isEnabled | ( | ) |
Return if a module can be used or not.
Definition at line 81 of file modules_recruitmentcandidature.php.