dolibarr 21.0.0-alpha
mod_ticket_universal Class Reference

Class to manage the numbering module Universal for Ticket references. More...

Inheritance diagram for mod_ticket_universal:
Collaboration diagram for mod_ticket_universal:

Public Member Functions

 info ($langs)
 Returns the description of the numbering model.
 
 getExample ()
 Return an example of numbering.
 
 getNextValue ($objsoc, $ticket)
 Return next value.
 
- 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

Class to manage the numbering module Universal for Ticket references.

Definition at line 31 of file mod_ticket_universal.php.

Member Function Documentation

◆ getExample()

mod_ticket_universal::getExample ( )

Return an example of numbering.

Returns
string Example

Definition at line 103 of file mod_ticket_universal.php.

References getNextValue().

◆ getNextValue()

mod_ticket_universal::getNextValue ( $objsoc,
$ticket )

Return next value.

Parameters
Societe$objsocObject third party
Ticket$ticketObject ticket
Returns
string|0 Next value if OK, 0 if KO

Definition at line 131 of file mod_ticket_universal.php.

References dol_now(), get_next_value(), getDolGlobalString(), and getEntity().

Referenced by getExample().

◆ info()

mod_ticket_universal::info ( $langs)

Returns the description of the numbering model.

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

Reimplemented from CommonNumRefGenerator.

Definition at line 62 of file mod_ticket_universal.php.

References getDolGlobalString().


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