dolibarr 21.0.0-alpha
mod_sn_free Class Reference
Inheritance diagram for mod_sn_free:
Collaboration diagram for mod_sn_free:

Public Member Functions

 __construct ()
 Constructor.
 
 info ($langs)
 Return description of module.
 
 getExample ()
 Return an example of numbering.
 
 getNextValue ($objsoc, $object)
 Return an example of result returned by getNextValue.
 
- Public Member Functions inherited from CommonNumRefGenerator
 getNom ($langs)
 Return model name.
 
 getName ($langs)
 Return model name.
 
 isEnabled ()
 Return if a module can be used or not.
 
 canBeActivated ($object)
 Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working.
 
 getVersion ()
 Returns version of numbering module.
 

Detailed Description

Definition at line 33 of file mod_sn_free.php.

Member Function Documentation

◆ getExample()

mod_sn_free::getExample ( )

Return an example of numbering.

Returns
string Example

Definition at line 76 of file mod_sn_free.php.

References getNextValue().

◆ getNextValue()

mod_sn_free::getNextValue ( $objsoc,
$object )

Return an example of result returned by getNextValue.

Parameters
Societe$objsocObject thirdparty
Productlot$objectObject we need next value for
Returns
string Return next value

Definition at line 95 of file mod_sn_free.php.

Referenced by getExample().

◆ info()

mod_sn_free::info ( $langs)

Return description of module.

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

Reimplemented from CommonNumRefGenerator.

Definition at line 64 of file mod_sn_free.php.


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