Documentation

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

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

Return values
mixed

        

Search results