dolibarr 21.0.0-alpha
|
Common Abstract Class for contact managmeent. More...
Public Member Functions | |
getObject ($id) | |
Get object. | |
assign_values (&$action, $id) | |
Set content of ->tpl array, to use into template. | |
Private Member Functions | |
assign_post () | |
Assign POST values into object. | |
Common Abstract Class for contact managmeent.
Definition at line 29 of file actions_contactcard_common.class.php.
|
private |
Assign POST values into object.
Definition at line 301 of file actions_contactcard_common.class.php.
References dol_print_error(), GETPOST(), and GETPOSTINT().
Referenced by assign_values().
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 109 of file actions_contactcard_common.class.php.
References assign_post(), dol_buildlogin(), dol_nl2br(), dol_print_email(), dol_print_phone(), dol_strlen(), getDolGlobalString(), getRandomPassword(), info_admin(), and picto_from_langcode().
ActionsContactCardCommon::getObject | ( | $id | ) |
Get object.
int | $id | Object id |
Definition at line 81 of file actions_contactcard_common.class.php.
References $id.
Referenced by ActionsContactCardDefault\assign_values().