Beispiel #1
0
 /**
  * Defined by Miao_Auth_Storage_Interface
  *
  * @return void
  */
 public function clear()
 {
     $this->_session->remove($this->_member);
 }