PHP Class Suin\RSSWriter\SimpleXMLElement

Inheritance: extends SimpleXMLElement
Datei anzeigen Open project: suin/php-rss-writer Class Usage Examples

Public Methods

Method Description
addCdataChild ( string $name, string $value = null, string $namespace = null ) : SimpleXMLElement
addChild ( string $name, string $value = null, string $namespace = null ) : SimpleXMLElement

Method Details

addCdataChild() public method

public addCdataChild ( string $name, string $value = null, string $namespace = null ) : SimpleXMLElement
$name string
$value string
$namespace string
return SimpleXMLElement

addChild() public method

public addChild ( string $name, string $value = null, string $namespace = null ) : SimpleXMLElement
$name string
$value string
$namespace string
return SimpleXMLElement