|
Cheetah
|
Public Member Functions | |
| __construct ( $vProfileID, $bWithEmail=1) | |
| getProfileThumbnail ( $float) | |
| getProfileImageUrl ( $imageNum) | |
| getProfileData () | |
| updateProfileData ( $aData) | |
| updateProfileDataFile ( $iProfileID) | |
| getMembershipStatus ( $iPrifileID, $offer_upgrade=true, $credits=0) | |
| getNickName () | |
| getPassword () | |
| getID ( $vID=false, $bWithEmail=1) | |
Public Attributes | |
| $_iProfileID | |
| $_aProfile | |
| $bCouple | |
| $_iCoupleID | |
| $_aCouple | |
Definition at line 10 of file ChWsbProfile.php.
| ChWsbProfile::__construct | ( | $vProfileID, | |
$bWithEmail = 1 |
|||
| ) |
Constructor
Reimplemented in ChWsbXMLRPCProfileView.
Definition at line 23 of file ChWsbProfile.php.
| ChWsbProfile::getID | ( | $vID = false, |
|
$bWithEmail = 1 |
|||
| ) |
Definition at line 151 of file ChWsbProfile.php.
| ChWsbProfile::getMembershipStatus | ( | $iPrifileID, | |
$offer_upgrade = true, |
|||
$credits = 0 |
|||
| ) |
Print code for membership status $memberID - member ID $offer_upgrade - will this code be printed at [c]ontrol [p]anel $credits - will print credits status if $credits == 1
Definition at line 123 of file ChWsbProfile.php.
| ChWsbProfile::getNickName | ( | ) |
Shows how many days, hours, minutes member was onine last time
| $lastNavTime |
Definition at line 140 of file ChWsbProfile.php.
| ChWsbProfile::getPassword | ( | ) |
Definition at line 146 of file ChWsbProfile.php.
| ChWsbProfile::getProfileData | ( | ) |
return assoc array of all frofile fields
Definition at line 53 of file ChWsbProfile.php.
| ChWsbProfile::getProfileImageUrl | ( | $imageNum | ) |
return link to profile image only.
| unknown_type | $ID | |
| unknown_type | $imageNum |
Definition at line 45 of file ChWsbProfile.php.
| ChWsbProfile::getProfileThumbnail | ( | $float | ) |
Enter description here...
| unknown_type | $ID | |
| unknown_type | $float |
Definition at line 34 of file ChWsbProfile.php.
| ChWsbProfile::updateProfileData | ( | $aData | ) |
Update profile info to database
| int | $iUserID | |
| array | $aData | where the key of the array is name of database table field |
example: $aData['Sex'] = 'male';
Definition at line 95 of file ChWsbProfile.php.
| ChWsbProfile::updateProfileDataFile | ( | $iProfileID | ) |
function create cache data file
| int | $iProfileID |
Definition at line 112 of file ChWsbProfile.php.
| ChWsbProfile::$_aCouple |
Definition at line 16 of file ChWsbProfile.php.
| ChWsbProfile::$_aProfile |
Definition at line 13 of file ChWsbProfile.php.
| ChWsbProfile::$_iCoupleID |
Definition at line 15 of file ChWsbProfile.php.
| ChWsbProfile::$_iProfileID |
Definition at line 12 of file ChWsbProfile.php.
| ChWsbProfile::$bCouple |
Definition at line 14 of file ChWsbProfile.php.