dolibarr 21.0.0-alpha
|
Class for accessing price expression table. More...
Public Member Functions | |
__construct ($db) | |
Constructor. | |
create (User $user, $notrigger=0) | |
Create object into database. | |
fetch ($id) | |
Load object in memory from the database. | |
list_price_expression () | |
List all price expressions. | |
find_title ($title) | |
Returns any existing rowid with specified title. | |
update (User $user, $notrigger=0) | |
Update object into database. | |
delete (User $user, $notrigger=0) | |
Delete object in database. | |
initAsSpecimen () | |
Initialise object with example values Id must be 0 if object instance is a specimen. | |
Class for accessing price expression table.
Definition at line 31 of file price_expression.class.php.
PriceExpression::__construct | ( | $db | ) |
Constructor.
Definition at line 73 of file price_expression.class.php.
PriceExpression::create | ( | User | $user, |
$notrigger = 0 ) |
Create object into database.
Definition at line 86 of file price_expression.class.php.
References dol_syslog().
PriceExpression::delete | ( | User | $user, |
$notrigger = 0 ) |
Delete object in database.
Definition at line 291 of file price_expression.class.php.
References dol_syslog().
PriceExpression::fetch | ( | $id | ) |
Load object in memory from the database.
int | $id | Id object |
Definition at line 140 of file price_expression.class.php.
References dol_syslog().
PriceExpression::find_title | ( | $title | ) |
Returns any existing rowid with specified title.
string | $title | Title of expression |
Definition at line 212 of file price_expression.class.php.
References dol_syslog().
PriceExpression::initAsSpecimen | ( | ) |
Initialise object with example values Id must be 0 if object instance is a specimen.
Definition at line 331 of file price_expression.class.php.
PriceExpression::list_price_expression | ( | ) |
List all price expressions.
Definition at line 176 of file price_expression.class.php.
References dol_syslog().
PriceExpression::update | ( | User | $user, |
$notrigger = 0 ) |
Update object into database.
Definition at line 242 of file price_expression.class.php.
References dol_syslog().