35 return ($this->_guid);
43 return ($this->_display_name);
47 $this->_display_name=$name;
51 return ($this->_password);
55 $this->_password=md5($password);
59 $this->_password=$password;
63 if ($this->_password==md5($password))
69 return ($this->_email);
77 return ($this->_avatar);
81 $this->_avatar=$avatar;
85 return ($this->_location);
89 $this->_location=$location;
93 return ($this->_webpage);
97 $this->_webpage=$webpage;
101 return ($this->_bio);
Copyright (C) 2007-2015 Hypertable, Inc.
setPasswordPlain($password)
setPasswordMd5($password)