Represents a single address entry in an vCard entry.
More...
List of all members.
Detailed Description
Represents a single address entry in an vCard entry.
Definition at line 471 of file SRF_vCard.php.
Constructor & Destructor Documentation
| SRFvCardAddress::__construct |
( |
$ |
type, |
|
|
$ |
postofficebox, |
|
|
$ |
extendedaddress, |
|
|
$ |
street, |
|
|
$ |
locality, |
|
|
$ |
region, |
|
|
$ |
postalcode, |
|
|
$ |
country | |
|
) |
| | |
Member Function Documentation
| SRFvCardAddress::createVCardAddressText |
( |
|
) |
|
Creates the vCard output for a single address item.
Definition at line 498 of file SRF_vCard.php.
Member Data Documentation
SRFvCardAddress::$type [private] |
SRFvCardAddress::$postofficebox [private] |
SRFvCardAddress::$extendedaddress [private] |
SRFvCardAddress::$street [private] |
SRFvCardAddress::$locality [private] |
SRFvCardAddress::$region [private] |
SRFvCardAddress::$postalcode [private] |
SRFvCardAddress::$country [private] |
The documentation for this class was generated from the following file: