Documentation

Settings_WebserviceUsers_Module_Model extends Settings_Vtiger_Module_Model
in package

WebserviceUsers Module Model Class.

Tags
copyright

YetiForce S.A.

license

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

author

Radosław Skrzypczak r.skrzypczak@yetiforce.com

author

Mariusz Krzaczkowski m.krzaczkowski@yetiforce.com

Table of Contents

$name  : string
$typeApi  : string
getBaseTable()  : type
Function returns name of table in database.
getEditViewUrl()  : string
Function to get the url for edit view of the module.
getHistoryAccessActivityUrl()  : string
Function to get the url for history activity view of the user.
getListFields()  : array<string|int, mixed>
{@inheritdoc}
getNameFields()  : array<string|int, mixed>
Function to retrieve name fields of a module.
getService()  : Settings_WebserviceUsers_Record_Model
Gets service record instance.
getSessionViewUrl()  : string
Function to get the url for session view of the user.
getTableIndex()  : string
Function to get table primary key.

Properties

$name

public string $name = 'WebserviceUsers'

Module Name.

$typeApi

public string $typeApi

Api type.

Methods

getBaseTable()

Function returns name of table in database.

public getBaseTable() : type
Return values
type

getEditViewUrl()

Function to get the url for edit view of the module.

public getEditViewUrl() : string
Return values
string
  • url

getHistoryAccessActivityUrl()

Function to get the url for history activity view of the user.

public getHistoryAccessActivityUrl() : string
Return values
string

URL

getListFields()

{@inheritdoc}

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

getNameFields()

Function to retrieve name fields of a module.

public getNameFields() : array<string|int, mixed>
Return values
array<string|int, mixed>
  • array which contains fields which together construct name fields

getSessionViewUrl()

Function to get the url for session view of the user.

public getSessionViewUrl() : string
Return values
string

URL

getTableIndex()

Function to get table primary key.

public getTableIndex() : string
Return values
string

        

Search results