Exemplo n.º 1
0
 /**
  * Get the variable from the form scope
  *
  * @param  string name  : name  of the variable
  *
  * @access public
  *
  * @return mixed
  *
  */
 function get($name)
 {
     return self::$_session->get($name, $this->_scope);
 }
Exemplo n.º 2
0
 /**
  * Get the variable from the form scope.
  *
  * @param string $name name of the variable
  *
  * @return mixed
  */
 public function get($name)
 {
     return self::$_session->get($name, $this->_name);
 }