Settings_Roles_Module_Model
extends Settings_Vtiger_Module_Model
in package
Table of Contents
- $baseIndex : mixed
- $baseTable : mixed
- $listFields : mixed
- $name : mixed
- getCreateRecordUrl() : string
- Function to get the url for Create view of the module.
- getDefaultUrl() : string
- Function to get the url for default view of the module.
Properties
$baseIndex
public
mixed
$baseIndex
= 'roleid'
$baseTable
public
mixed
$baseTable
= 'vtiger_role'
$listFields
public
mixed
$listFields
= ['roleid' => 'Role Id', 'rolename' => 'Name']
$name
public
mixed
$name
= 'Roles'
Methods
getCreateRecordUrl()
Function to get the url for Create view of the module.
public
getCreateRecordUrl() : string
Return values
string —- url
getDefaultUrl()
Function to get the url for default view of the module.
public
getDefaultUrl() : string
Return values
string —- url