Documentation

Vtiger_DetailView_Widget extends Vtiger_Basic_Widget
in package

Vtiger detail view 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  : mixed
$Module  : mixed
$moduleModel  : mixed
$Record  : mixed
__construct()  : mixed
getApiData()  : array<string|int, mixed>
Return data for api.
getConfigTplName()  : string
Function return config template name.
getUrl()  : string
Return url.
getWidget()  : array<string|int, mixed>
Function return widget.
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()

Function return config template name.

public getConfigTplName() : string
Return values
string

getUrl()

Return url.

public getUrl() : string
Return values
string

getWidget()

Function return widget.

public getWidget() : array<string|int, mixed>
Return values
array<string|int, mixed>

isPermitted()

Function to check permission.

public isPermitted() : bool
Return values
bool

        

Search results