VTWorkflowUtils
in package
Class vTWorkflowUtils.
Table of Contents
- $userStack : array<string|int, mixed>
- User stack.
- __construct() : mixed
- Constructor.
- checkModuleWorkflow() : mixed
- function to check if the module has workflow.
- validIdentifier() : mixed
- Check whether the given identifier is valid.
- vtGetModules() : array<string|int, mixed>
- Get modules.
Properties
$userStack
User stack.
public
static array<string|int, mixed>
$userStack
Methods
__construct()
Constructor.
public
__construct() : mixed
Return values
mixed —checkModuleWorkflow()
function to check if the module has workflow.
public
static checkModuleWorkflow(string $modulename) : mixed
Parameters
- $modulename : string
-
- name of the module
Return values
mixed —validIdentifier()
Check whether the given identifier is valid.
public
validIdentifier(string $identifier) : mixed
Parameters
- $identifier : string
-
Description
Return values
mixed —vtGetModules()
Get modules.
public
vtGetModules() : array<string|int, mixed>