dolibarr  17.0.4
Public Member Functions | Public Attributes | Private Member Functions | List of all members
ActionsAdherentCardCommon Class Reference

Class to manage members using default canvas. More...

Inheritance diagram for ActionsAdherentCardCommon:
Inheritance graph
[legend]

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

Class to manage members using default canvas.

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

Member Function Documentation

◆ assign_post()

ActionsAdherentCardCommon::assign_post ( )
private

Assign POST values into object.

Returns
string HTML output

Definition at line 251 of file actions_adherentcard_common.class.php.

◆ assign_values()

ActionsAdherentCardCommon::assign_values ( $action,
  $id 
)

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

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

Reimplemented in ActionsAdherentCardDefault.

Definition at line 88 of file actions_adherentcard_common.class.php.

◆ getObject()

ActionsAdherentCardCommon::getObject (   $id)

Get object.

Parameters
int$idObject id
Returns
object Object loaded

Definition at line 62 of file actions_adherentcard_common.class.php.


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