VTEntityMethodManager
in package
Class VTEntityMethodManager.
Table of Contents
- addEntityMethod() : mixed
- Add entity method.
- executeMethod() : mixed
- Execute method.
- methodsForModule() : array<string|int, mixed>
- Get methods for module.
- removeEntityMethod() : mixed
- Function to remove workflowtasks entity method.
Methods
addEntityMethod()
Add entity method.
public
addEntityMethod(string $moduleName, string $methodName, string $functionPath, string $functionName) : mixed
Parameters
- $moduleName : string
- $methodName : string
- $functionPath : string
- $functionName : string
Return values
mixed —executeMethod()
Execute method.
public
executeMethod(Vtiger_Record_Model $recordModel, string $methodName) : mixed
Parameters
- $recordModel : Vtiger_Record_Model
- $methodName : string
Return values
mixed —methodsForModule()
Get methods for module.
public
methodsForModule(string $moduleName) : array<string|int, mixed>
Parameters
- $moduleName : string
Return values
array<string|int, mixed> —removeEntityMethod()
Function to remove workflowtasks entity method.
public
removeEntityMethod(string $moduleName, string $methodName) : mixed
Parameters
- $moduleName : string
-
Module Name
- $methodName : string
-
Entity Method Name