26 public function &
get($name)
30 if (!isset($this->sessionData[$name]) && !array_key_exists($name, $this->sessionData))
32 if ($this->strictMode)
34 $trace = Helper::getBackTrace(1, DEBUG_BACKTRACE_IGNORE_ARGS)[0];
35 trigger_error(
"Notice: Undefined index: {$name} in {$trace['function']} called from {$trace['file']} on line {$trace['line']}.\n", E_USER_NOTICE);
37 $this->nullPointers[$name] =
true;
40 return $this->sessionData[$name];
refineReferencesBeforeSave()
offsetSet($offset, $value)
trait ArrayAccessWithReferences