Example #1
0
 /**
  * Log Out
  *
  * @return Maged_Model_Session
  */
 public function logout()
 {
     if (!$this->_session) {
         return $this;
     }
     $this->_session->unsUser();
     return $this;
 }