dolibarr  19.0.0-dev
Public Member Functions | List of all members
mod_ticket_simple Class Reference

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

Inheritance diagram for mod_ticket_simple:
Inheritance graph
[legend]
Collaboration diagram for mod_ticket_simple:
Collaboration graph
[legend]

Public Member Functions

 info ()
 Return description of numbering module. More...
 
 getExample ()
 Return an example of numbering module values. More...
 
 canBeActivated ()
 Checks if the numbers already in the database do not cause conflicts that would prevent this numbering working. More...
 
 getNextValue ($objsoc, $ticket)
 Return next value. More...
 
- Public Member Functions inherited from ModeleNumRefTicket
 isEnabled ()
 Return if a module can be used or not. More...
 
 getVersion ()
 Renvoi version du module numerotation. More...
 

Detailed Description

Class to manage the numbering module Simple for ticket references.

Definition at line 31 of file mod_ticket_simple.php.

Member Function Documentation

◆ canBeActivated()

mod_ticket_simple::canBeActivated ( )

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

Returns
boolean false if conflict, true if ok

Reimplemented from ModeleNumRefTicket.

Definition at line 85 of file mod_ticket_simple.php.

◆ getExample()

mod_ticket_simple::getExample ( )

Return an example of numbering module values.

Returns
string Example

Reimplemented from ModeleNumRefTicket.

Definition at line 74 of file mod_ticket_simple.php.

◆ getNextValue()

mod_ticket_simple::getNextValue (   $objsoc,
  $ticket 
)

Return next value.

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

Reimplemented from ModeleNumRefTicket.

Definition at line 122 of file mod_ticket_simple.php.

◆ info()

mod_ticket_simple::info ( )

Return description of numbering module.

Returns
string Text with description

Reimplemented from ModeleNumRefTicket.

Definition at line 63 of file mod_ticket_simple.php.


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