Settings_AdvancedPermission_Module_Model
extends Settings_Vtiger_Module_Model
in package
Advanced permission module model class.
Tags
Table of Contents
- $action : mixed
- $baseIndex : mixed
- $baseTable : mixed
- $listFields : mixed
- $name : mixed
- $priority : mixed
- $status : 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
$action
public
static mixed
$action
= [0 => 'FL_UNLOCK_RECORD', 1 => 'FL_LOCK_RECORD']
$baseIndex
public
mixed
$baseIndex
= 'id'
$baseTable
public
mixed
$baseTable
= 'a_yf_adv_permission'
$listFields
public
mixed
$listFields
= ['name' => 'LBL_NAME', 'tabid' => 'LBL_MODULE', 'status' => 'LBL_STATUS', 'action' => 'LBL_ACTION', 'priority' => 'LBL_PRIORITY']
$name
public
mixed
$name
= 'AdvancedPermission'
$priority
public
static mixed
$priority
= [0 => 'Low', 1 => 'Medium', 2 => 'High']
$status
public
static mixed
$status
= [0 => 'FL_ACTIVE', 1 => 'FL_INACTIVE']
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