Exemplo n.º 1
0
 /**
  * function to destroy all the session state of the controller.
  *
  * @access public
  *
  * @return void
  */
 function reset()
 {
     $this->container(TRUE);
     self::$_session->resetScope($this->_scope);
 }
Exemplo n.º 2
0
 /**
  * Destroy all the session state of this page.
  *
  *
  * @return void
  */
 public function reset()
 {
     self::$_session->resetScope($this->_name);
 }