Person
in package
Description of Person
Tags
Table of Contents
Properties
- $address : mixed
- $city : mixed
- $companyName : mixed
- $country : mixed
- $firstname : mixed
- $lastname : mixed
- $mail : mixed
- $phone : mixed
- $title : mixed
- $url : mixed
- $zip : mixed
Methods
- __construct() : mixed
- getAddress() : mixed
- getCity() : mixed
- getCompanyName() : mixed
- getCountry() : mixed
- getFirstname() : mixed
- getLastname() : mixed
- getMail() : mixed
- getPhone() : mixed
- getTitle() : mixed
- getUrl() : mixed
- getZip() : mixed
- setAddress() : mixed
- setCity() : mixed
- setCompanyName() : mixed
- setCountry() : mixed
- setFirstname() : mixed
- setLastname() : mixed
- setMail() : mixed
- setPhone() : mixed
- setTitle() : mixed
- setUrl() : mixed
- setZip() : mixed
Properties
$address
private
mixed
$address
$city
private
mixed
$city
$companyName
private
mixed
$companyName
$country
private
mixed
$country
$firstname
private
mixed
$firstname
$lastname
private
mixed
$lastname
private
mixed
$mail
$phone
private
mixed
$phone
$title
private
mixed
$title
$url
private
mixed
$url
$zip
private
mixed
$zip
Methods
__construct()
public
__construct([mixed $companyName = '' ][, mixed $title = '' ][, mixed $firstname = '' ][, mixed $lastname = '' ][, mixed $address = '' ][, mixed $zip = '' ][, mixed $city = '' ][, mixed $country = '' ][, mixed $phone = '' ][, mixed $url = '' ][, mixed $mail = '' ]) : mixed
Parameters
- $companyName : mixed = ''
- $title : mixed = ''
- $firstname : mixed = ''
- $lastname : mixed = ''
- $address : mixed = ''
- $zip : mixed = ''
- $city : mixed = ''
- $country : mixed = ''
- $phone : mixed = ''
- $url : mixed = ''
- $mail : mixed = ''
getAddress()
public
getAddress() : mixed
getCity()
public
getCity() : mixed
getCompanyName()
public
getCompanyName() : mixed
getCountry()
public
getCountry() : mixed
getFirstname()
public
getFirstname() : mixed
getLastname()
public
getLastname() : mixed
getMail()
public
getMail() : mixed
getPhone()
public
getPhone() : mixed
getTitle()
public
getTitle() : mixed
getUrl()
public
getUrl() : mixed
getZip()
public
getZip() : mixed
setAddress()
public
setAddress(mixed $address) : mixed
Parameters
- $address : mixed
setCity()
public
setCity(mixed $city) : mixed
Parameters
- $city : mixed
setCompanyName()
public
setCompanyName(mixed $companyName) : mixed
Parameters
- $companyName : mixed
setCountry()
public
setCountry(mixed $country) : mixed
Parameters
- $country : mixed
setFirstname()
public
setFirstname(mixed $firstname) : mixed
Parameters
- $firstname : mixed
setLastname()
public
setLastname(mixed $lastname) : mixed
Parameters
- $lastname : mixed
setMail()
public
setMail(mixed $mail) : mixed
Parameters
- $mail : mixed
setPhone()
public
setPhone(mixed $phone) : mixed
Parameters
- $phone : mixed
setTitle()
public
setTitle(mixed $title) : mixed
Parameters
- $title : mixed
setUrl()
public
setUrl(mixed $url) : mixed
Parameters
- $url : mixed
setZip()
public
setZip(mixed $zip) : mixed
Parameters
- $zip : mixed