public function Snapshot::superGlobalVariables in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/sebastian/global-state/src/Snapshot.php \SebastianBergmann\GlobalState\Snapshot::superGlobalVariables()
Return value
array
File
- vendor/
sebastian/ global-state/ src/ Snapshot.php, line 197
Class
- Snapshot
- A snapshot of global state.
Namespace
SebastianBergmann\GlobalStateCode
public function superGlobalVariables() {
return $this->superGlobalVariables;
}