Example #1
0
 protected function getVar($name)
 {
     $name = $this->_appName . '_' . $name;
     return $this->_context->getSession($name);
 }