Copyright (C) 2007-2015 Hypertable, Inc. More...
Public Member Functions | |
| getId () | |
| setId ($id) | |
| getGuid () | |
| setGuid ($guid) | |
| getDisplayName () | |
| setDisplayName ($name) | |
| getPassword () | |
| setPasswordPlain ($password) | |
| setPasswordMd5 ($password) | |
| checkPassword ($password) | |
| getEmail () | |
| setEmail ($email) | |
| getAvatar () | |
| setAvatar ($avatar) | |
| getLocation () | |
| setLocation ($location) | |
| getWebpage () | |
| setWebpage ($webpage) | |
| getBio () | |
| setBio ($bio) | |
Protected Attributes | |
| $_guid | |
| $_id | |
| $_display_name | |
| $_password | |
| $_email | |
| $_avatar | |
| $_location | |
| $_webpage | |
| $_bio | |
Copyright (C) 2007-2015 Hypertable, Inc.
This file is part of Hypertable.
Hypertable is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 3 of the License, or any later version.
Hypertable is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Definition at line 24 of file Profile.php.
| Profile::checkPassword | ( | $password | ) |
Definition at line 62 of file Profile.php.
| Profile::getAvatar | ( | ) |
Definition at line 76 of file Profile.php.
| Profile::getBio | ( | ) |
Definition at line 100 of file Profile.php.
| Profile::getDisplayName | ( | ) |
Definition at line 42 of file Profile.php.
| Profile::getEmail | ( | ) |
Definition at line 68 of file Profile.php.
| Profile::getGuid | ( | ) |
Definition at line 34 of file Profile.php.
| Profile::getId | ( | ) |
Definition at line 26 of file Profile.php.
| Profile::getLocation | ( | ) |
Definition at line 84 of file Profile.php.
| Profile::getPassword | ( | ) |
Definition at line 50 of file Profile.php.
| Profile::getWebpage | ( | ) |
Definition at line 92 of file Profile.php.
| Profile::setAvatar | ( | $avatar | ) |
Definition at line 80 of file Profile.php.
| Profile::setBio | ( | $bio | ) |
Definition at line 104 of file Profile.php.
| Profile::setDisplayName | ( | $name | ) |
Definition at line 46 of file Profile.php.
| Profile::setEmail | ( | ) |
Definition at line 72 of file Profile.php.
| Profile::setGuid | ( | $guid | ) |
Definition at line 38 of file Profile.php.
| Profile::setId | ( | $id | ) |
Definition at line 30 of file Profile.php.
| Profile::setLocation | ( | $location | ) |
Definition at line 88 of file Profile.php.
| Profile::setPasswordMd5 | ( | $password | ) |
Definition at line 58 of file Profile.php.
| Profile::setPasswordPlain | ( | $password | ) |
Definition at line 54 of file Profile.php.
| Profile::setWebpage | ( | $webpage | ) |
Definition at line 96 of file Profile.php.
|
protected |
Definition at line 113 of file Profile.php.
|
protected |
Definition at line 116 of file Profile.php.
|
protected |
Definition at line 110 of file Profile.php.
|
protected |
Definition at line 112 of file Profile.php.
|
protected |
Definition at line 108 of file Profile.php.
|
protected |
Definition at line 109 of file Profile.php.
|
protected |
Definition at line 114 of file Profile.php.
|
protected |
Definition at line 111 of file Profile.php.
|
protected |
Definition at line 115 of file Profile.php.
1.8.8