Documentation

VtlibUtils
in package

Table of Contents

__vtlibGetModulevarValue()  : array<string|int, mixed>
The function gets the value of the module.
vtlibSetupModulevars()  : mixed
Setup mandatory (requried) module variable values in the module class.

Methods

__vtlibGetModulevarValue()

The function gets the value of the module.

public static __vtlibGetModulevarValue(string $module, array<string|int, mixed> $varname) : array<string|int, mixed>
Parameters
$module : string
$varname : array<string|int, mixed>
Return values
array<string|int, mixed>

vtlibSetupModulevars()

Setup mandatory (requried) module variable values in the module class.

public static vtlibSetupModulevars(string $module,  $focus) : mixed
Parameters
$module : string
$focus :
Return values
mixed

        

Search results