NumModelMarbre
class NumModelMarbre extends NumModel (View source)
NumModelMarbre class
Class to manage module numbering rules Marbre
Properties
$error | from NumModel | ||
$version | |||
$nom | |||
protected | $const_name | ||
protected | $table_name | ||
protected | $field_name | ||
protected | $prefix |
Methods
string
info()
Return description of 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(Societe $objsoc = null)
Return next free value
__construct($const_name_prefix, $model_name = '')
Constructor
Details
at line 68
string
info()
Return description of numbering model
at line 80
string
getExample()
Return an example of numbering
at line 90
boolean
canBeActivated()
Check if the numbers already existing in the database doesn't have conflicts with this numbering model
at line 128
string
getNextValue(Societe $objsoc = null)
Return next free value
at line 41
__construct($const_name_prefix, $model_name = '')
Constructor