Documentation

ResolverGlobalCallback
in package

Table of Contents

Properties

$basePath  : mixed
$mode  : mixed
$subPath  : mixed

Methods

__construct()  : mixed
Class constructor.
__invoke()  : mixed
Invoke function.

Properties

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

        
On this page

Search results