VuFind API Documentation

SimpleXML
in package

VuFind SimpleXML enhancement functionality

Tags
category

VuFind

author

Demian Katz demian.katz@villanova.edu

license

http://opensource.org/licenses/gpl-2.0.php GNU General Public License

link

Wiki

Table of Contents

appendElement()  : void
Attach $child to $parent.

Methods

appendElement()

Attach $child to $parent.

public static appendElement(SimpleXMLElement $parent, SimpleXMLElement|string $child) : void
Parameters
$parent : SimpleXMLElement

Parent element to modify

$child : SimpleXMLElement|string

Child element (or XML fragment) to attach

Return values
void

Search results