TalerConfigLine
extends CommonObjectLine
in package
Class TalerConfigLine. You can also remove this and generate a CRUD class for lines objects.
Table of Contents
Properties
- $fk_parent_attribute : mixed
- To overload
- $isextrafieldmanaged : int<0, 1>
- $ismultientitymanaged : int<0, 1>|string|null
- $parent_element : mixed
- To overload
Methods
- __construct() : mixed
- Constructor
Properties
$fk_parent_attribute
To overload
public
mixed
$fk_parent_attribute
= ''
Tags
$isextrafieldmanaged
public
int<0, 1>
$isextrafieldmanaged
= 0
Does object support extrafields ? 0=No, 1=Yes
$ismultientitymanaged
public
int<0, 1>|string|null
$ismultientitymanaged
= 0
Does this object support multicompany module ? 0=No test on entity, 1=Test with field entity in local table, 'field@table'=Test entity into the field@table (example 'fk_soc@societe')
$parent_element
To overload
public
mixed
$parent_element
= ''
Tags
Methods
__construct()
Constructor
public
__construct(DoliDB $db) : mixed
Parameters
- $db : DoliDB
-
Database handler