Settings_MeetingServices_Module_Model
extends Settings_Vtiger_Module_Model
in package
Settings_MeetingServices_Module_Model class.
Table of Contents
- $baseIndex : mixed
- {@inheritdoc}
- $baseTable : mixed
- {@inheritdoc}
- $formFields : array<string|int, mixed>
- Field form array.
- $listFields : mixed
- {@inheritdoc}
- $name : mixed
- {@inheritdoc}
- getCreateRecordUrl() : mixed
- {@inheritdoc}
- getDefaultUrl() : mixed
- {@inheritdoc}
- getFormFields() : array<string|int, mixed>
- Return list fields in form.
Properties
$baseIndex
{@inheritdoc}
public
mixed
$baseIndex
= 'id'
$baseTable
{@inheritdoc}
public
mixed
$baseTable
= \App\MeetingService::TABLE_NAME
$formFields
Field form array.
public
static array<string|int, mixed>
$formFields
= ['url' => ['required' => 1, 'purifyType' => \App\Purifier::URL, 'label' => 'FL_URL', 'maximumlength' => '255'], 'status' => ['required' => 0, 'purifyType' => \App\Purifier::BOOL, 'label' => 'FL_STATUS', 'maximumlength' => '2'], 'key' => ['required' => 1, 'default' => '', 'purifyType' => \APP\Purifier::TEXT, 'label' => 'FL_APP_ID', 'maximumlength' => '64'], 'secret' => ['required' => 1, 'default' => '', 'purifyType' => \APP\Purifier::TEXT, 'label' => 'FL_SECRET_KEY', 'maximumlength' => '100']]
$listFields
{@inheritdoc}
public
mixed
$listFields
= ['url' => 'FL_URL', 'status' => 'FL_STATUS']
$name
{@inheritdoc}
public
mixed
$name
= 'MeetingServices'
Methods
getCreateRecordUrl()
{@inheritdoc}
public
getCreateRecordUrl() : mixed
Return values
mixed —getDefaultUrl()
{@inheritdoc}
public
getDefaultUrl() : mixed
Return values
mixed —getFormFields()
Return list fields in form.
public
getFormFields() : array<string|int, mixed>