Documentation

Settings_Vtiger_ListAjax_View extends Settings_Vtiger_List_View
in package
Uses ExposeMethod, ClearProcess

Table of Contents

$exposedMethods  : array<string|int, string>
Control the exposure of methods to be invoked from client (kind-of RPC).
invokeExposedMethod()  : type
Function invokes exposed methods for this class.
isMethodExposed()  : bool
Function checks if the method is exposed for client usage.
postProcess()  : mixed
Empty pos process.
preProcess()  : mixed
Empty pre process.
process()  : mixed
Process action.
exposeMethod()  : mixed
Function that will expose methods for external access.

Properties

$exposedMethods

Control the exposure of methods to be invoked from client (kind-of RPC).

protected array<string|int, string> $exposedMethods = []

Methods

invokeExposedMethod()

Function invokes exposed methods for this class.

public invokeExposedMethod() : type
Tags
throws
AppException
Return values
type

isMethodExposed()

Function checks if the method is exposed for client usage.

public isMethodExposed(string $name) : bool
Parameters
$name : string
  • method name
Return values
bool

postProcess()

Empty pos process.

public postProcess(Request $request[, bool $display = true ]) : mixed
Parameters
$request : Request
$display : bool = true
Return values
mixed

preProcess()

Empty pre process.

public preProcess(Request $request[, bool $display = true ]) : mixed
Parameters
$request : Request
$display : bool = true
Return values
mixed

exposeMethod()

Function that will expose methods for external access.

protected exposeMethod(string $name) : mixed
Parameters
$name : string
  • method name
Return values
mixed

        

Search results