|
dolibarr
x.y.z
|
Class to manage members using default canvas. 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... | |
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 251 of file actions_adherentcard_common.class.php.
| ActionsAdherentCardCommon::assign_values | ( | & | $action, |
| $id | |||
| ) |
Set content of ->tpl array, to use into template.
| string | $action | Type of action |
| int | $id | Id |
Reimplemented in ActionsAdherentCardDefault.
Definition at line 88 of file actions_adherentcard_common.class.php.
| ActionsAdherentCardCommon::getObject | ( | $id | ) |
Get object.
| int | $id | Object id |
Definition at line 62 of file actions_adherentcard_common.class.php.