|
Google Shared Contacts Manager
1.0
Semestral project for BI-ZNF
|
Class represents the organization attribute of a Contact. More...
Public Member Functions | |
| toXML (\SimpleXMLElement &$xml) | |
| fromXML (\SimpleXMLElement &$xml) | |
| getName () | |
| setName ($name) | |
| getDepartment () | |
| setDepartment ($department) | |
| getJobTitle () | |
| setJobTitle ($jobTitle) | |
| getJobDescription () | |
| setJobDescription ($jobDescription) | |
Public Member Functions inherited from Attribute | |
| toXML (\SimpleXMLElement &$xml) | |
| Convert current attribute to XML. More... | |
| fromXML (\SimpleXMLElement &$xml) | |
| Create new instance of attribute from XML. More... | |
Data Fields | |
| const | ATR_NAME = 'gd:organization' |
| const | ATR_ORG_NAME = 'gd:orgName' |
| const | ATR_DEPARTMENT = 'gd:orgDepartment' |
| const | ATR_TITLE = 'gd:orgTitle' |
| const | ATR_DESCRIPTION = 'gd:orgJobDescription' |
Private Attributes | |
| $name | |
| $department | |
| $jobTitle | |
| $jobDescription | |
Additional Inherited Members | |
Static Protected Member Functions inherited from Attribute | |
| static | getChildValue (\SimpleXMLElement &$xml, $elementName) |
Class represents the organization attribute of a Contact.
| fromXML | ( | \SimpleXMLElement & | $xml | ) |
| getDepartment | ( | ) |
| getJobDescription | ( | ) |
| getJobTitle | ( | ) |
| getName | ( | ) |
| setDepartment | ( | $department | ) |
| string | $department |
| setJobDescription | ( | $jobDescription | ) |
| string | $jobDescription |
| setJobTitle | ( | $jobTitle | ) |
| string | $jobTitle |
| setName | ( | $name | ) |
| string | $name |
| toXML | ( | \SimpleXMLElement & | $xml | ) |
|
private |
|
private |
|
private |
|
private |
| const ATR_DEPARTMENT = 'gd:orgDepartment' |
| const ATR_DESCRIPTION = 'gd:orgJobDescription' |
| const ATR_NAME = 'gd:organization' |
| const ATR_ORG_NAME = 'gd:orgName' |
| const ATR_TITLE = 'gd:orgTitle' |