示例#1
0
 /**
  * Defined by Miao_Auth_Storage_Interface
  *
  * @return boolean
  */
 public function isEmpty()
 {
     return !$this->_session->__isset($this->_member);
 }