NumModel
abstract class NumModel (View source)
NumModel class
Properties
$error |
Methods
boolean
isEnabled()
Return if a model can be used or not
string
info()
Return the default description of the numbering model
string
getExample()
Return an example of numbering
boolean
canBeActivated()
Check if the numbers already existing in the database doesn't have conflicts with this numbering model
string
getNextValue()
Return next numbering value
string
getVersion()
Return numbering model version
Details
at line 31
boolean
isEnabled()
Return if a model can be used or not
at line 41
string
info()
Return the default description of the numbering model
at line 53
string
getExample()
Return an example of numbering
at line 65
boolean
canBeActivated()
Check if the numbers already existing in the database doesn't have conflicts with this numbering model
at line 75
string
getNextValue()
Return next numbering value
at line 87
string
getVersion()
Return numbering model version