|
dolibarr 24.0.0-beta
|
Class to manage members using default canvas. More...

Public Member Functions | |
| getObject ($id) | |
| Get object. | |
| assign_values (&$action, $id, $ref='') | |
| Set content of ->tpl array, to use into template. | |
Private Member Functions | |
| assign_post () | |
| Assign POST values into object. | |
Class to manage members using default canvas.
Definition at line 30 of file actions_adherentcard_common.class.php.
|
private |
Assign POST values into object.
Definition at line 264 of file actions_adherentcard_common.class.php.
References $mysoc, dol_print_error(), GETPOST(), and GETPOSTINT().
Referenced by assign_values().
| ActionsAdherentCardCommon::assign_values | ( | & | $action, |
| $id, | |||
| $ref = '' ) |
Set content of ->tpl array, to use into template.
| string | $action | Type of action |
| int | $id | Id |
| string | $ref | Object ref (if id not provided) / Unused here |
Reimplemented in ActionsAdherentCardDefault.
Definition at line 101 of file actions_adherentcard_common.class.php.
References $conf, assign_post(), dol_buildlogin(), dol_nl2br(), dol_print_email(), dol_print_phone(), dol_strlen(), getRandomPassword(), info_admin(), isModEnabled(), and picto_from_langcode().
| ActionsAdherentCardCommon::getObject | ( | $id | ) |
Get object.
| int | $id | Object id |
Definition at line 79 of file actions_adherentcard_common.class.php.
References $id.
Referenced by ActionsAdherentCardDefault\assign_values().