class CRM_Utils_GlobalStack

Temporarily change a global variable.

Methods

singleton()

Get or set the single instance of CRM_Utils_GlobalStack.

push($newFrame)

No description

pop()

No description

array
createBackup(array $new)

No description

applyFrame($newFrame)

No description

Details

at line 65
static CRM_Utils_GlobalStack singleton()

Get or set the single instance of CRM_Utils_GlobalStack.

Return Value

CRM_Utils_GlobalStack

at line 75
push($newFrame)

Parameters

$newFrame

at line 80
pop()

at line 90
array createBackup(array $new)

Parameters

array $new The new, incoming frame.

Return Value

array frame

at line 108
applyFrame($newFrame)

Parameters

$newFrame