dolibarr 18.0.6
|
Parent class to manage numbering of Asset. 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 Asset.
Definition at line 102 of file modules_asset.php.
ModeleNumRefAsset::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_asset_standard.
Definition at line 150 of file modules_asset.php.
ModeleNumRefAsset::getExample | ( | ) |
Returns an example of numbering.
Reimplemented in mod_asset_advanced, and mod_asset_standard.
Definition at line 136 of file modules_asset.php.
ModeleNumRefAsset::getNextValue | ( | $object | ) |
Returns next assigned value.
Object | $object | Object we need next value for |
Reimplemented in mod_asset_advanced, and mod_asset_standard.
Definition at line 161 of file modules_asset.php.
ModeleNumRefAsset::getVersion | ( | ) |
Returns version of numbering module.
Definition at line 172 of file modules_asset.php.
ModeleNumRefAsset::info | ( | ) |
Returns the default description of the numbering template.
Reimplemented in mod_asset_advanced, and mod_asset_standard.
Definition at line 124 of file modules_asset.php.
ModeleNumRefAsset::isEnabled | ( | ) |
Return if a module can be used or not.
Definition at line 114 of file modules_asset.php.