class Profile extends Model (View source)

Properties

string $emailAddress
string $historyId
int $messagesTotal
int $threadsTotal

Methods

setEmailAddress($emailAddress)

No description

string
getEmailAddress()

No description

setHistoryId($historyId)

No description

string
getHistoryId()

No description

setMessagesTotal($messagesTotal)

No description

int
getMessagesTotal()

No description

setThreadsTotal($threadsTotal)

No description

int
getThreadsTotal()

No description

Details

setEmailAddress($emailAddress)

No description

Parameters

$emailAddress

string getEmailAddress()

No description

Return Value

string

setHistoryId($historyId)

No description

Parameters

$historyId

string getHistoryId()

No description

Return Value

string

setMessagesTotal($messagesTotal)

No description

Parameters

$messagesTotal

int getMessagesTotal()

No description

Return Value

int

setThreadsTotal($threadsTotal)

No description

Parameters

$threadsTotal

int getThreadsTotal()

No description

Return Value

int