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

ActionsCardCompany. More...

Inheritance diagram for ActionsCardCompany:
Inheritance graph
[legend]
Collaboration diagram for ActionsCardCompany:
Collaboration graph
[legend]

Public Member Functions

 __construct ($db, $dirmodule, $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...
 
 restrictedArea ($user, $features='societe', $objectid=0, $dbtablename='', $feature2='', $dbt_keyfield='fk_soc', $dbt_select='rowid')
 Check permissions of a user to show a page and an object. More...
 

Private Member Functions

 getTitle ($action)
 Return the title of card. More...
 

Additional Inherited Members

- Public Attributes inherited from ActionsCardCommon
 $tpl = array()
 Template container.
 
 $object
 Object container.
 
- Protected Member Functions inherited from ActionsCardCommon
 getObject ($id, $ref='')
 Get object from id or ref and save it into this->object. More...
 

Detailed Description

ActionsCardCompany.

Class with controller methods for thirdparty canvas

Definition at line 32 of file actions_card_company.class.php.

Constructor & Destructor Documentation

◆ __construct()

ActionsCardCompany::__construct (   $db,
  $dirmodule,
  $targetmodule,
  $canvas,
  $card 
)

Constructor.

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

Definition at line 43 of file actions_card_company.class.php.

References db.

Member Function Documentation

◆ assign_values()

ActionsCardCompany::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 from ActionsCardCommon.

Definition at line 87 of file actions_card_company.class.php.

◆ getTitle()

ActionsCardCompany::getTitle (   $action)
private

Return the title of card.

Parameters
string$actionAction code
Returns
string Title

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

◆ restrictedArea()

ActionsCardCompany::restrictedArea (   $user,
  $features = 'societe',
  $objectid = 0,
  $dbtablename = '',
  $feature2 = '',
  $dbt_keyfield = 'fk_soc',
  $dbt_select = 'rowid' 
)

Check permissions of a user to show a page and an object.

Check read permission If $_REQUEST['action'] defined, we also check write permission.

Parameters
User$userUser to check
string$featuresFeatures to check (in most cases, it's module name)
int$objectidObject ID if we want to check permission on a particular record (optional)
string$dbtablenameTable name where object is stored. Not used if objectid is null (optional)
string$feature2Feature to check (second level of permission)
string$dbt_keyfieldField name for socid foreign key if not fk_soc. (optional)
string$dbt_selectField name for select if not rowid. (optional)
Returns
int 1

Definition at line 201 of file actions_card_company.class.php.


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