|
dolibarr
13.0.2
|
Class to manage members using default canvas. More...
Inheritance diagram for ActionsAdherentCardCommon: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... | |
Class to manage members using default canvas.
Definition at line 28 of file actions_adherentcard_common.class.php.
|
private |
Assign POST values into object.
Definition at line 226 of file actions_adherentcard_common.class.php.
References $resql, db, and dol_print_error().
Referenced by assign_values().
| ActionsAdherentCardCommon::assign_values | ( | & | $action, |
| $id | |||
| ) |
Set content of ->tpl array, to use into template.
| string | $action | Type of action |
| int | $id | Id |
Definition at line 86 of file actions_adherentcard_common.class.php.
References $_SERVER, assign_post(), db, dol_buildlogin(), dol_nl2br(), dol_print_email(), dol_print_phone(), dol_strlen(), getRandomPassword(), info_admin(), and picto_from_langcode().
| ActionsAdherentCardCommon::getObject | ( | $id | ) |
Get object.
| int | $id | Object id |
Definition at line 62 of file actions_adherentcard_common.class.php.
Referenced by ActionsAdherentCardDefault\assign_values().