|
dolibarr
13.0.2
|
Parent class numbering models of intervention sheet references. More...
Inheritance diagram for ModeleNumRefFicheinter: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 () | |
| Return a numbering example. More... | |
| canBeActivated () | |
| Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working. More... | |
| getNextValue () | |
| Return the next assigned value. More... | |
| getVersion () | |
| Return the version of the numbering module. More... | |
Parent class numbering models of intervention sheet references.
Definition at line 70 of file modules_fichinter.php.
| ModeleNumRefFicheinter::canBeActivated | ( | ) |
Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working.
Definition at line 117 of file modules_fichinter.php.
| ModeleNumRefFicheinter::getExample | ( | ) |
Return a numbering example.
Definition at line 104 of file modules_fichinter.php.
| ModeleNumRefFicheinter::getNextValue | ( | ) |
Return the next assigned value.
Definition at line 127 of file modules_fichinter.php.
Referenced by mod_arctic\getExample(), mod_arctic\getNumRef(), and mod_pacific\getNumRef().
| ModeleNumRefFicheinter::getVersion | ( | ) |
Return the version of the numbering module.
Definition at line 138 of file modules_fichinter.php.
| ModeleNumRefFicheinter::info | ( | ) |
Returns the default description of the numbering template.
Definition at line 92 of file modules_fichinter.php.
| ModeleNumRefFicheinter::isEnabled | ( | ) |
Return if a module can be used or not.
Definition at line 82 of file modules_fichinter.php.