|
dolibarr 21.0.4
|
Class to manage holiday numbering rules Immaculate. More...


Public Member Functions | |
| __construct () | |
| Constructor. | |
| info ($langs) | |
| Return default description of numbering model. | |
| getExample () | |
| Return numbering example. | |
| getNextValue ($objsoc, $holiday) | |
| Return next 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. | |
| 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. | |
Class to manage holiday numbering rules Immaculate.
Definition at line 33 of file mod_holiday_immaculate.php.
| mod_holiday_immaculate::getExample | ( | ) |
Return numbering example.
Reimplemented from ModelNumRefHolidays.
Definition at line 90 of file mod_holiday_immaculate.php.
References getNextValue().
| mod_holiday_immaculate::getNextValue | ( | $objsoc, | |
| $holiday ) |
Return next value.
Reimplemented from ModelNumRefHolidays.
Definition at line 117 of file mod_holiday_immaculate.php.
References get_next_value(), and getDolGlobalString().
Referenced by getExample().
| mod_holiday_immaculate::info | ( | $langs | ) |
Return default description of numbering model.
| Translate | $langs | Lang object to use for output |
Reimplemented from CommonNumRefGenerator.
Definition at line 53 of file mod_holiday_immaculate.php.
References getDolGlobalString(), and name.