offsetGet() публичный Метод

Gets a variable from this session section.
public offsetGet ( $name ) : mixed
Результат mixed
Пример #1
0
 /**
  * @param  string
  * @return mixed
  */
 public function get($name)
 {
     return $this->session->offsetGet($name);
 }