Documentation

Vtiger_EmailList_Widget extends Vtiger_Basic_Widget
in package

Vtiger EmailList widget class.

Tags
copyright

YetiForce S.A.

license

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

Table of Contents

$allowedModules  : mixed
$Config  : mixed
$dbParams  : array<string|int, string>
Params.
$Module  : mixed
$moduleModel  : mixed
$Record  : mixed
__construct()  : mixed
getApiData()  : array<string|int, mixed>
Return data for api.
getConfigTplName()  : mixed
getUrl()  : string
Return url.
getWidget()  : mixed
isPermitted()  : bool
Function to check permission.

Properties

$allowedModules

public mixed $allowedModules = []

$Config

public mixed $Config = []

$dbParams

Params.

public array<string|int, string> $dbParams = ['relatedmodule' => 'OSSMailView']

$Module

public mixed $Module = \false

$moduleModel

public mixed $moduleModel = \false

$Record

public mixed $Record = \false

Methods

__construct()

public __construct([mixed $Module = false ][, mixed $moduleModel = null ][, mixed $Record = null ][, mixed $widget = [] ]) : mixed
Parameters
$Module : mixed = false
$moduleModel : mixed = null
$Record : mixed = null
$widget : mixed = []
Return values
mixed

getApiData()

Return data for api.

public getApiData(array<string|int, mixed> $row) : array<string|int, mixed>
Parameters
$row : array<string|int, mixed>
Return values
array<string|int, mixed>

getConfigTplName()

public getConfigTplName() : mixed
Return values
mixed

getUrl()

Return url.

public getUrl() : string
Return values
string

getWidget()

public getWidget() : mixed
Return values
mixed

isPermitted()

Function to check permission.

public isPermitted() : bool
Return values
bool

        

Search results