dolibarr  13.0.2
Public Member Functions | Public Attributes | Private Member Functions | List of all members
ActionsContactCardCommon Class Reference

Classe permettant la gestion des contacts par defaut. More...

+ Inheritance diagram for ActionsContactCardCommon:

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...
 

Detailed Description

Classe permettant la gestion des contacts par defaut.

Definition at line 28 of file actions_contactcard_common.class.php.

Member Function Documentation

ActionsContactCardCommon::assign_post ( )
private

Assign POST values into object.

Returns
string HTML output

Definition at line 271 of file actions_contactcard_common.class.php.

References $resql, db, and dol_print_error().

Referenced by assign_values().

ActionsContactCardCommon::assign_values ( $action,
  $id 
)

Set content of ->tpl array, to use into template.

Parameters
string$actionType of action
int$idId
Returns
string HTML output

Definition at line 87 of file actions_contactcard_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().

ActionsContactCardCommon::getObject (   $id)

Get object.

Parameters
int$idObject id
Returns
object Object loaded

Definition at line 63 of file actions_contactcard_common.class.php.

References $object, and db.

Referenced by ActionsContactCardDefault\assign_values().


The documentation for this class was generated from the following file: