dolibarr  13.0.2
Public Member Functions | List of all members
mod_expensereport_sand Class Reference

Class to manage expense report numbering rules Sand. More...

+ Inheritance diagram for mod_expensereport_sand:
+ Collaboration diagram for mod_expensereport_sand:

Public Member Functions

 info ()
 Returns the description of the numbering model. More...
 
 getExample ()
 Return an example of numbering. More...
 
 getNextValue ($object)
 Return next free value. More...
 
- Public Member Functions inherited from ModeleNumRefExpenseReport
 isEnabled ()
 Return if a model can be used or not. More...
 
 info ()
 Returns the default description of the numbering model. More...
 
 getExample ()
 Returns an example of numbering. More...
 
 canBeActivated ()
 Test whether the numbers already in force in the base do not cause conflicts that would prevent this numbering working. More...
 
 getNextValue ($object)
 Returns next assigned value. More...
 
 getVersion ()
 Returns the version of the numbering module. More...
 

Detailed Description

Class to manage expense report numbering rules Sand.

Definition at line 31 of file mod_expensereport_sand.php.

Member Function Documentation

mod_expensereport_sand::getExample ( )

Return an example of numbering.

Returns
string Example

Definition at line 102 of file mod_expensereport_sand.php.

References getNextValue().

mod_expensereport_sand::getNextValue (   $object)

Return next free value.

Parameters
Object$objectObject we need next value for
Returns
string Value if KO, <0 if KO

Definition at line 125 of file mod_expensereport_sand.php.

References get_next_value().

Referenced by getExample().

mod_expensereport_sand::info ( )

Returns the description of the numbering model.

Returns
string Texte descripif

Definition at line 62 of file mod_expensereport_sand.php.


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