dolibarr 19.0.3
mod_member_simple Class Reference

Class to manage the numbering module Simple for member references. More...

Inheritance diagram for mod_member_simple:
Collaboration diagram for mod_member_simple:

Public Member Functions

 info ($langs)
 Return description of numbering module.
 
 getExample ()
 Return an example of numbering module values.
 
 canBeActivated ($object)
 Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working.
 
 getNextValue ($objsoc, $object)
 Return next value.
 
- Public Member Functions inherited from ModeleNumRefMembers
 getToolTip ($langs, $soc)
 Return description of module parameters.
 
- Public Member Functions inherited from CommonNumRefGenerator
 getNom ($langs)
 Return model name TODO Replace with getName()
 
 getName ($langs)
 Return model name.
 
 isEnabled ()
 Return if a module can be used or not.
 
 getVersion ()
 Returns version of numbering module.
 

Detailed Description

Class to manage the numbering module Simple for member references.

Definition at line 32 of file mod_member_simple.php.

Member Function Documentation

◆ canBeActivated()

mod_member_simple::canBeActivated ( $object)

Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working.

Parameters
Object$objectObject we need next value for
Returns
boolean false if KO (there is a conflict), true if OK

Reimplemented from CommonNumRefGenerator.

Definition at line 93 of file mod_member_simple.php.

◆ getExample()

mod_member_simple::getExample ( )

Return an example of numbering module values.

Returns
string Example

Definition at line 80 of file mod_member_simple.php.

◆ getNextValue()

mod_member_simple::getNextValue ( $objsoc,
$object )

Return next value.

Parameters
Societe$objsocObject third party
Adherent$objectObject we need next value for
Returns
string Value if OK, 0 if KO

Reimplemented from ModeleNumRefMembers.

Definition at line 128 of file mod_member_simple.php.

References dol_syslog(), and getDolGlobalInt().

◆ info()

mod_member_simple::info ( $langs)

Return description of numbering module.

Parameters
Translate$langsLang object to use for output
Returns
string Descriptive text

Reimplemented from CommonNumRefGenerator.

Definition at line 68 of file mod_member_simple.php.


The documentation for this class was generated from the following file: