|
dolibarr 19.0.4
|
Classe permettant la gestion des tiers par defaut. More...

Public Member Functions | |
| assign_values (&$action, $id=0, $ref='') | |
| Assign custom values for canvas (for example into this->tpl to be used by templates) | |
Public Attributes | |
| $tpl = array() | |
| Template container. | |
| $object | |
| Object container. | |
Protected Member Functions | |
| getObject ($id, $ref='') | |
| Get object from id or ref and save it into this->object. | |
Private Member Functions | |
| assign_post ($action) | |
| Assign POST values into object. | |
Classe permettant la gestion des tiers par defaut.
Definition at line 28 of file actions_card_common.class.php.
|
private |
Assign POST values into object.
| string | $action | Action string |
Definition at line 387 of file actions_card_common.class.php.
References getCountry(), and GETPOST().
Referenced by assign_values().
| ActionsCardCommon::assign_values | ( | & | $action, |
| $id = 0, | |||
| $ref = '' ) |
Assign custom values for canvas (for example into this->tpl to be used by templates)
| string | $action | Type of action |
| integer | $id | Id of object |
| string | $ref | Ref of object |
Reimplemented in ActionsCardCompany, and ActionsCardIndividual.
Definition at line 86 of file actions_card_common.class.php.
References assign_post(), dol_get_fiche_end(), dol_get_fiche_head(), dol_include_once(), dol_nl2br(), dol_print_email(), dol_print_phone(), dol_print_url(), dol_strlen(), get_htmloutput_errors(), get_htmloutput_mesg(), getDolGlobalInt(), getDolGlobalString(), img_edit(), info_admin(), picto_from_langcode(), Form\selectarray(), societe_prepare_head(), and yn().
|
protected |
Get object from id or ref and save it into this->object.
| int | $id | Object id |
| string | $ref | Object ref |
Definition at line 64 of file actions_card_common.class.php.
References $object.
Referenced by ActionsCardCompany\assign_values(), and ActionsCardIndividual\assign_values().