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

Class with controller methods for product canvas. More...

Public Member Functions

 __construct ($db, $targetmodule, $canvas, $card)
 Constructor. More...
 
 assign_values (&$action, $id=0, $ref='')
 Assign custom values for canvas (for example into this->tpl to be used by templates) More...
 
 LoadListDatas ($limit, $offset, $sortfield, $sortorder)
 Fetch datas list and save into ->list_datas. More...
 

Public Attributes

 $tpl = array()
 Template container.
 

Private Member Functions

 getFieldListCanvas ()
 Fetch field list. More...
 

Detailed Description

Class with controller methods for product canvas.

Definition at line 29 of file actions_card_service.class.php.

Constructor & Destructor Documentation

◆ __construct()

ActionsCardService::__construct (   $db,
  $targetmodule,
  $canvas,
  $card 
)

Constructor.

Parameters
DoliDB$dbHandler acces base de donnees
string$targetmoduleName of directory of module where canvas is stored
string$canvasName of canvas
string$cardName of tab (sub-canvas)

Definition at line 58 of file actions_card_service.class.php.

Member Function Documentation

◆ assign_values()

ActionsCardService::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

Definition at line 82 of file actions_card_service.class.php.

◆ getFieldListCanvas()

ActionsCardService::getFieldListCanvas ( )
private

Fetch field list.

Returns
void

Definition at line 228 of file actions_card_service.class.php.

◆ LoadListDatas()

ActionsCardService::LoadListDatas (   $limit,
  $offset,
  $sortfield,
  $sortorder 
)

Fetch datas list and save into ->list_datas.

Parameters
int$limitLimit number of responses
int$offsetOffset for first response
string$sortfieldSort field
string$sortorderSort order ('ASC' or 'DESC')
Returns
void

Definition at line 281 of file actions_card_service.class.php.


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