Abstract class which is the ancestor of all other attributes.
More...
|
| | toXML (\SimpleXMLElement &$xml) |
| | Convert current attribute to XML. More...
|
| |
| | fromXML (\SimpleXMLElement &$xml) |
| | Create new instance of attribute from XML. More...
|
| |
Abstract class which is the ancestor of all other attributes.
All descendants must implement to/from XML conversions.
◆ fromXML()
| fromXML |
( |
\SimpleXMLElement & |
$xml | ) |
|
|
abstract |
Create new instance of attribute from XML.
- Parameters
-
- Returns
- $this
◆ getChildValue()
| static getChildValue |
( |
\SimpleXMLElement & |
$xml, |
|
|
|
$elementName |
|
) |
| |
|
staticprotected |
- Parameters
-
| \SimpleXMLElement | $xml | |
| string | $elementName | |
- Returns
- null|
◆ toXML()
| toXML |
( |
\SimpleXMLElement & |
$xml | ) |
|
|
abstract |
Convert current attribute to XML.
- Returns
The documentation for this class was generated from the following file: