|
Google Shared Contacts Manager
1.0
Semestral project for BI-ZNF
|
Class represents a Google Domain Shared Contact. More...
Public Member Functions | |
| getAttributes () | |
| getId () | |
| setId ($id) | |
| getName () | |
| setName (NameAttribute $n) | |
| getEmails () | |
| addEmail (EmailAttribute $email) | |
| getPhones () | |
| addPhone (PhoneAttribute $phone) | |
| getEditTarget () | |
| setEditTarget ($editTarget) | |
| getProfilePhoto () | |
| setProfilePhoto (SerializableImage $profilePhoto) | |
| getPhotoTarget () | |
| setPhotoTarget ($photoTarget) | |
| getAddress () | |
| setAddress ($address) | |
| getOrganization () | |
| setOrganization ($organization) | |
| getCustomAttributes () | |
| addCustomAttribute (CustomAttribute $attr) | |
| getEditTime () | |
| setEditTime ($editTime) | |
Private Attributes | |
| $id | |
| $name | |
| $emails = array() | |
| $phones = array() | |
| $customAttributes = array() | |
| $address | |
| $organization | |
| $editTarget | |
| $photoTarget | |
| $profilePhoto | |
| $editTime | |
Class represents a Google Domain Shared Contact.
| addCustomAttribute | ( | CustomAttribute | $attr | ) |
| CustomAttribute | $attr |
| addEmail | ( | EmailAttribute | ) |
| EmailAttribute |
| addPhone | ( | PhoneAttribute | $phone | ) |
| PhoneAttribute | $phone |
| getAddress | ( | ) |
| getAttributes | ( | ) |
| getCustomAttributes | ( | ) |
| getEditTarget | ( | ) |
| getEditTime | ( | ) |
| getEmails | ( | ) |
| getId | ( | ) |
| getName | ( | ) |
| getOrganization | ( | ) |
| getPhones | ( | ) |
| getPhotoTarget | ( | ) |
| getProfilePhoto | ( | ) |
| setAddress | ( | $address | ) |
| AddressAttribute | $address |
| setEditTarget | ( | $editTarget | ) |
| string | $editTarget |
| setEditTime | ( | $editTime | ) |
| DateTime | $editTime |
| setId | ( | $id | ) |
| string | $id |
| setName | ( | NameAttribute | $n | ) |
| NameAttribute | $n |
| setOrganization | ( | $organization | ) |
| OrganizationAttribute | $organization |
| setPhotoTarget | ( | $photoTarget | ) |
| string | $photoTarget |
| setProfilePhoto | ( | SerializableImage | $profilePhoto | ) |
| SerializableImage | $profilePhoto |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |