Settings_MailSmtp_Module_Model
extends Settings_Vtiger_Module_Model
in package
MailSmtp module model class.
Tags
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.
- getSmtpNames() : mixed
Properties
$baseIndex
public
mixed
$baseIndex
= 'id'
$baseTable
public
mixed
$baseTable
= 's_#__mail_smtp'
$listFields
public
mixed
$listFields
= ['name' => 'LBL_NAME', 'host' => 'LBL_HOST', 'port' => 'LBL_PORT', 'username' => 'LBL_USERNAME', 'from_email' => 'LBL_FROM_EMAIL', 'default' => 'LBL_DEFAULT']
$name
public
mixed
$name
= 'MailSmtp'
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
getSmtpNames()
public
static getSmtpNames() : mixed