Method | Description | |
---|---|---|
__construct ( $firstName = null, $lastName = null, $email = null, $phone = null, $company = null, $address = null, $zipCode = null, $city = null, $state = null, $countryCode = null ) | ||
getAddress ( ) : string | ||
getCity ( ) : string | ||
getCompany ( ) : string | ||
getCountryCode ( ) : string | ||
getEmail ( ) : string | ||
getFirstName ( ) : string | ||
getLastName ( ) : string | ||
getPhone ( ) : string | ||
getState ( ) : string | ||
getZipCode ( ) : string | ||
setAddress ( string $address ) | ||
setCity ( string $city ) | ||
setCompany ( string $company ) | ||
setCountryCode ( string $countryCode ) | ||
setEmail ( string $email ) | ||
setFirstName ( string $firstName ) | ||
setLastName ( string $lastName ) | ||
setPhone ( string $phone ) | ||
setState ( string $state ) | ||
setZipCode ( string $zipCode ) |
public __construct ( $firstName = null, $lastName = null, $email = null, $phone = null, $company = null, $address = null, $zipCode = null, $city = null, $state = null, $countryCode = null ) |