Documentation

Settings_TreesManager_Module_Model extends Settings_Vtiger_Module_Model
in package

Settings TreesManager module model class.

Tags
copyright

YetiForce S.A.

license

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

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>
Return values
array<string|int, Vtiger_Module_Model>

        

Search results