Documentation

Vtiger_Activities_Widget extends Vtiger_Basic_Widget
in package

Activities widget class.

Table of Contents

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

Properties

$allowedModules

public mixed $allowedModules = []

$Config

public mixed $Config = []

$dbParams

public mixed $dbParams = []

$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

getSearchParams()

Function to get params to searching.

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

getUrl()

Get 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