dolibarr  16.0.5
Public Member Functions | Public Attributes | Protected Member Functions | Private Member Functions | List of all members
ActionsCardCommon Class Reference

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

Inheritance diagram for ActionsCardCommon:
Inheritance graph
[legend]

Public Member Functions

 assign_values (&$action, $id=0, $ref='')
 Assign custom values for canvas (for example into this->tpl to be used by templates) More...
 

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

Private Member Functions

 assign_post ($action)
 Assign POST values into object. More...
 

Detailed Description

Classe permettant la gestion des tiers par defaut.

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

Member Function Documentation

◆ assign_post()

ActionsCardCommon::assign_post (   $action)
private

Assign POST values into object.

Parameters
string$actionAction string
Returns
string HTML output

Definition at line 385 of file actions_card_common.class.php.

◆ assign_values()

ActionsCardCommon::assign_values ( $action,
  $id = 0,
  $ref = '' 
)

Assign custom values for canvas (for example into this->tpl to be used by templates)

Parameters
string$actionType of action
integer$idId of object
string$refRef of object
Returns
void

Reimplemented in ActionsCardIndividual, and ActionsCardCompany.

Definition at line 84 of file actions_card_common.class.php.

◆ getObject()

ActionsCardCommon::getObject (   $id,
  $ref = '' 
)
protected

Get object from id or ref and save it into this->object.

Parameters
int$idObject id
string$refObject ref
Returns
object Object loaded

Definition at line 64 of file actions_card_common.class.php.


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