Social
Social PHP Methods
doesContactExist(string $cEmail, int $memberID) v5
Checks if a member has a contact by email
PARAMETERS:
$cEmail = string, contact email address
$memberID = int, Member ID
RETURN VALUE:
bool = True if the contact exists, false otherwise getButtons() v5
Gets social buttons as HTML
PARAMETERS:
NONE
RETURN VALUE:
string = social buttons as HTML getValue(int $asID) v5
Gets social setting value
PARAMETERS:
$asID = int, Social setting ID
RETURN VALUE:
string = social setting value isFacebookOn() v5
Checks if facebook inviter status
PARAMETERS:
NONE
RETURN VALUE:
bool = True if facebook inviter is on, false otherwise isFacebookWallLinkOn() v5
Checks if facebook wall status
PARAMETERS:
NONE
RETURN VALUE:
bool = True if facebook wall is on, false otherwise isGoogleOn() v5
Checks if Google inviter status
PARAMETERS:
NONE
RETURN VALUE:
bool = True if Google inviter is on, false otherwise isLiveOn() v5
Checks if live inviter status
PARAMETERS:
NONE
RETURN VALUE:
bool = True if live inviter is on, false otherwise isYahooOn() v5
Checks if Yahoo inviter status
PARAMETERS:
NONE
RETURN VALUE:
bool = True if Yahoo inviter is on, false otherwise setColCount(int $nColCount) v5
Set number of social columns
PARAMETERS:
$nColCount = int, Number of columns
RETURN VALUE:
void setSitePath(string $nSP) v5
Set site path
PARAMETERS:
$nSP = string, site path
RETURN VALUE:
void setUsername($tUser) v5
Set social username
PARAMETERS:
$tUser = string, social username
RETURN VALUE:
void __construct(\WMT\MySQL $mysqli) v5
initialize social inviter object
PARAMETERS:
$mysqli = object
RETURN VALUE:
voidSocial PHP Variables
🔎︎ %l4610%