ResolverGlobalCallback
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- Class constructor.
- __invoke() : mixed
- Invoke function.
Properties
$basePath
private
mixed
$basePath
$mode
private
mixed
$mode
$subPath
private
mixed
$subPath
Methods
__construct()
Class constructor.
public
__construct(string $mode, string $path) : mixed
Parameters
- $mode : string
-
'getter' or 'setter'.
- $path : string
-
Ex: 'dbLocale' <=> $GLOBALS['dbLocale'] Ex: 'civicrm_setting/domain/debug_enabled' <=> $GLOBALS['civicrm_setting']['domain']['debug_enabled']
__invoke()
Invoke function.
public
__invoke([mixed $arg1 = NULL ]) : mixed
Parameters
- $arg1 : mixed = NULL