offsetGet() public method

Gets a variable from this session section.
public offsetGet ( $name ) : mixed
return mixed
Example #1
0
 /**
  * @param  string
  * @return mixed
  */
 public function get($name)
 {
     return $this->session->offsetGet($name);
 }