Settings_TreesManager_Module_Model
extends Settings_Vtiger_Module_Model
in package
Settings TreesManager module model class.
Tags
Table of Contents
- $baseIndex : mixed
- $baseTable : mixed
- $listFields : mixed
- $name : mixed
- $nameFields : mixed
- getCreateRecordUrl() : string
- Function to get Create view url.
- getListViewUrl() : string
- Function to get List view url.
- getSupportedModules() : array<string|int, Vtiger_Module_Model>
- Get supported modules.
Properties
$baseIndex
public
mixed
$baseIndex
= 'id'
$baseTable
public
mixed
$baseTable
= 'vtiger_trees_templates'
$listFields
public
mixed
$listFields
= ['name' => 'LBL_NAME', 'tabid' => 'LBL_MODULE']
$name
public
mixed
$name
= 'TreesManager'
$nameFields
public
mixed
$nameFields
= ['name']
Methods
getCreateRecordUrl()
Function to get Create view url.
public
static getCreateRecordUrl() : string
Return values
string —Url
getListViewUrl()
Function to get List view url.
public
getListViewUrl() : string
Return values
string —Url
getSupportedModules()
Get supported modules.
public
getSupportedModules() : array<string|int, Vtiger_Module_Model>