Exemplo n.º 1
0
 protected function setVar($name, $value)
 {
     $name = $this->_appName . '_' . $name;
     return $this->_context->setSession($name, $value);
 }