|
Google Shared Contacts Manager
1.0
Semestral project for BI-ZNF
|
Class represents email contact attribute. More...
Public Member Functions | |
| __construct ($value=null, $type=null) | |
| getValue () | |
| setValue ($value) | |
| getType () | |
| setType ($type) | |
| toXML (\SimpleXMLElement &$xml) | |
| fromXML (\SimpleXMLElement &$xml) | |
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 | EMAIL_HOME = "http://schemas.google.com/g/2005#home" |
| const | EMAIL_WORK = "http://schemas.google.com/g/2005#work" |
| const | EMAIL_OTHER = "http://schemas.google.com/g/2005#other" |
| const | ATR_NAME = "gd:email" |
Private Attributes | |
| $value | |
| $type | |
Additional Inherited Members | |
Static Protected Member Functions inherited from Attribute | |
| static | getChildValue (\SimpleXMLElement &$xml, $elementName) |
Class represents email contact attribute.
| __construct | ( | $value = null, |
|
$type = null |
|||
| ) |
| fromXML | ( | \SimpleXMLElement & | $xml | ) |
| getType | ( | ) |
| getValue | ( | ) |
| setType | ( | $type | ) |
| string | $type |
| setValue | ( | $value | ) |
| string | $value |
| toXML | ( | \SimpleXMLElement & | $xml | ) |
|
private |
|
private |
| const ATR_NAME = "gd:email" |
| const EMAIL_HOME = "http://schemas.google.com/g/2005#home" |
| const EMAIL_OTHER = "http://schemas.google.com/g/2005#other" |
| const EMAIL_WORK = "http://schemas.google.com/g/2005#work" |