Documentation

Settings_PBX_Module_Model extends Settings_Vtiger_Module_Model
in package

PBX Module Model Class.

Tags
copyright

YetiForce S.A.

license

YetiForce Public License 6.5 (licenses/LicenseEN.txt or yetiforce.com)

author

Mariusz Krzaczkowski m.krzaczkowski@yetiforce.com

Table of Contents

$baseIndex  : array<string|int, string>
Table name.
$baseTable  : array<string|int, string>
Table name.
$listFields  : array<string|int, string>
List of fields displayed in list view.
$name  : string
Module Name.

Properties

$baseIndex

Table name.

public array<string|int, string> $baseIndex = 'pbxid'

$baseTable

Table name.

public array<string|int, string> $baseTable = 's_yf_pbx'

$listFields

List of fields displayed in list view.

public array<string|int, string> $listFields = ['name' => 'LBL_NAME', 'type' => 'LBL_TYPE', 'default' => 'LBL_DEFAULT']

$name

Module Name.

public string $name = 'PBX'

        

Search results