Documentation

Settings_LoginHistory_Module_Model extends Settings_Vtiger_Module_Model
in package

Settings login history module model class.

Table of Contents

$baseIndex  : mixed
{@inheritdoc}
$baseTable  : mixed
{@inheritdoc}
$listFields  : array<string|int, string>
$name  : mixed
{@inheritdoc}
getDefaultUrl()  : string
Function to get the url for default view of the module.

Properties

$baseIndex

{@inheritdoc}

public mixed $baseIndex = 'login_id'

$baseTable

{@inheritdoc}

public mixed $baseTable = 'vtiger_loginhistory'

$listFields

public array<string|int, string> $listFields = ['user_name' => 'LBL_USER_NAME', 'status' => 'LBL_STATUS', 'login_time' => 'LBL_LOGIN_TIME', 'user_ip' => 'LBL_USER_IP_ADDRESS', 'browser' => 'LBL_BROWSER', 'logout_time' => 'LBL_LOGGED_OUT_TIME', 'agent' => 'LBL_USER_AGENT']

Columns to show on the list.

$name

{@inheritdoc}

public mixed $name = 'LoginHistory'

Methods

getDefaultUrl()

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

public getDefaultUrl() : string
Return values
string
  • url

        

Search results