dolibarr
x.y.z
|
Classe permettant la gestion des contacts par defaut. More...
Public Member Functions | |
getObject ($id) | |
Get object. More... | |
assign_values (&$action, $id) | |
Set content of ->tpl array, to use into template. More... | |
Public Attributes | |
$tpl = array() | |
Template container. | |
$object | |
Object container. | |
Private Member Functions | |
assign_post () | |
Assign POST values into object. More... | |
Classe permettant la gestion des contacts par defaut.
Definition at line 28 of file actions_contactcard_common.class.php.
|
private |
Assign POST values into object.
Definition at line 281 of file actions_contactcard_common.class.php.
ActionsContactCardCommon::assign_values | ( | & | $action, |
$id | |||
) |
Set content of ->tpl array, to use into template.
string | $action | Type of action |
int | $id | Id |
Reimplemented in ActionsContactCardDefault.
Definition at line 89 of file actions_contactcard_common.class.php.
ActionsContactCardCommon::getObject | ( | $id | ) |
Get object.
int | $id | Object id |
Definition at line 63 of file actions_contactcard_common.class.php.