dolibarr
16.0.5
|
Classe permettant la gestion des contacts par defaut. More...
Public Member Functions | |
__construct ($db, $dirmodule, $targetmodule, $canvas, $card) | |
Constructor. More... | |
assign_values (&$action, $id) | |
Assign custom values for canvas. More... | |
LoadListDatas ($limit, $offset, $sortfield, $sortorder) | |
Fetch datas list and save into ->list_datas. More... | |
![]() | |
getObject ($id) | |
Get object. More... | |
Private Member Functions | |
getTitle ($action) | |
Return the title of card. More... | |
Additional Inherited Members | |
![]() | |
$tpl = array() | |
Template container. | |
$object | |
Object container. | |
Classe permettant la gestion des contacts par defaut.
Definition at line 30 of file actions_contactcard_default.class.php.
ActionsContactCardDefault::__construct | ( | $db, | |
$dirmodule, | |||
$targetmodule, | |||
$canvas, | |||
$card | |||
) |
Constructor.
DoliDB | $db | Handler acces base de donnees |
string | $dirmodule | Name of directory of module |
string | $targetmodule | Name of directory of module where canvas is stored |
string | $canvas | Name of canvas |
string | $card | Name of tab (sub-canvas) |
Definition at line 41 of file actions_contactcard_default.class.php.
References db.
ActionsContactCardDefault::assign_values | ( | & | $action, |
$id | |||
) |
Assign custom values for canvas.
string | $action | Type of action |
int | $id | Id |
Reimplemented from ActionsContactCardCommon.
Definition at line 83 of file actions_contactcard_default.class.php.
|
private |
Return the title of card.
string | $action | Code action |
Definition at line 56 of file actions_contactcard_default.class.php.
ActionsContactCardDefault::LoadListDatas | ( | $limit, | |
$offset, | |||
$sortfield, | |||
$sortorder | |||
) |
Fetch datas list and save into ->list_datas.
int | $limit | Limit number of responses |
int | $offset | Offset for first response |
string | $sortfield | Sort field |
string | $sortorder | Sort order ('ASC' or 'DESC') |
Definition at line 135 of file actions_contactcard_default.class.php.