|
Google Shared Contacts Manager
1.0
Semestral project for BI-ZNF
|
Class represents custom attribute (key, value pairs) More...
Public Member Functions | |
| __construct ($key=null, $value=null) | |
| toXML (\SimpleXMLElement &$xml) | |
| fromXML (\SimpleXMLElement &$xml) | |
| getKey () | |
| setKey ($key) | |
| getValue () | |
| setValue ($value) | |
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:extendedProperty" |
| const | MAXIMUM_AMOUNT = 10 |
Private Attributes | |
| $key | |
| $value | |
Additional Inherited Members | |
Static Protected Member Functions inherited from Attribute | |
| static | getChildValue (\SimpleXMLElement &$xml, $elementName) |
Class represents custom attribute (key, value pairs)
| __construct | ( | $key = null, |
|
$value = null |
|||
| ) |
| fromXML | ( | \SimpleXMLElement & | $xml | ) |
| getKey | ( | ) |
| getValue | ( | ) |
| setKey | ( | $key | ) |
| string | $key |
| setValue | ( | $value | ) |
| string | $value |
| toXML | ( | \SimpleXMLElement & | $xml | ) |
|
private |
|
private |
| const ATR_NAME = "gd:extendedProperty" |
| const MAXIMUM_AMOUNT = 10 |