You are here

public function Snapshot::iniSettings in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/sebastian/global-state/src/Snapshot.php \SebastianBergmann\GlobalState\Snapshot::iniSettings()

Return value

array

File

vendor/sebastian/global-state/src/Snapshot.php, line 223

Class

Snapshot
A snapshot of global state.

Namespace

SebastianBergmann\GlobalState

Code

public function iniSettings() {
  return $this->iniSettings;
}