PHP Class Suin\RSSWriter\SimpleXMLElement

Inheritance: extends SimpleXMLElement
Afficher le fichier Open project: suin/php-rss-writer Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public addCdataChild ( string $name, string $value = null, string $namespace = null ) : SimpleXMLElement
$name string
$value string
$namespace string
Résultat SimpleXMLElement

addChild() public méthode

public addChild ( string $name, string $value = null, string $namespace = null ) : SimpleXMLElement
$name string
$value string
$namespace string
Résultat SimpleXMLElement