Elgg
Version 1.9
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
engine
classes
XmlElement.php
Go to the documentation of this file.
1
<?php
9
class
XmlElement
{
11
public
$name
;
12
14
public
$attributes
;
15
17
public
$content
;
18
20
public
$children
;
21
};
XmlElement\$name
$name
The name of the element.
Definition:
XmlElement.php:11
XmlElement\$attributes
$attributes
The attributes.
Definition:
XmlElement.php:14
XmlElement\$content
$content
CData.
Definition:
XmlElement.php:17
XmlElement
Definition:
XmlElement.php:9
XmlElement\$children
$children
Child elements.
Definition:
XmlElement.php:20
Generated on Sat Dec 21 2024 00:00:35 for Elgg by
1.8.11