class SiteContact extends Model (View source)

Properties

string $address
string $contactType
string $email
string $firstName
string $id
string $lastName
string $phone
string $title

Methods

setAddress($address)

No description

string
getAddress()

No description

setContactType($contactType)

No description

string
getContactType()

No description

setEmail($email)

No description

string
getEmail()

No description

setFirstName($firstName)

No description

string
getFirstName()

No description

setId($id)

No description

string
getId()

No description

setLastName($lastName)

No description

string
getLastName()

No description

setPhone($phone)

No description

string
getPhone()

No description

setTitle($title)

No description

string
getTitle()

No description

Details

setAddress($address)

No description

Parameters

$address

string getAddress()

No description

Return Value

string

setContactType($contactType)

No description

Parameters

$contactType

string getContactType()

No description

Return Value

string

setEmail($email)

No description

Parameters

$email

string getEmail()

No description

Return Value

string

setFirstName($firstName)

No description

Parameters

$firstName

string getFirstName()

No description

Return Value

string

setId($id)

No description

Parameters

$id

string getId()

No description

Return Value

string

setLastName($lastName)

No description

Parameters

$lastName

string getLastName()

No description

Return Value

string

setPhone($phone)

No description

Parameters

$phone

string getPhone()

No description

Return Value

string

setTitle($title)

No description

Parameters

$title

string getTitle()

No description

Return Value

string