Documentation

PriceBooks_Module_Model extends Vtiger_Module_Model
in package

Table of Contents

getModalRecordsListFields()  : mixed
{@inheritdoc}
getQueryByModuleField()  : mixed
Function to get list view query for popup window.
isSummaryViewSupported()  : bool
Function to check whether the module is summary view supported.

Methods

getModalRecordsListFields()

{@inheritdoc}

public getModalRecordsListFields(QueryGenerator $queryGenerator[, mixed $sourceModule = false ]) : mixed
Parameters
$queryGenerator : QueryGenerator
$sourceModule : mixed = false
Return values
mixed

getQueryByModuleField()

Function to get list view query for popup window.

public getQueryByModuleField(string $sourceModule, string $field, string $record, QueryGenerator $queryGenerator) : mixed
Parameters
$sourceModule : string

Parent module

$field : string

parent fieldname

$record : string

parent id

$queryGenerator : QueryGenerator
Return values
mixed

isSummaryViewSupported()

Function to check whether the module is summary view supported.

public isSummaryViewSupported() : bool
Return values
bool

        

Search results