XML_Serializer::setOption()

XML_Serializer::setOption() -- set an option

Synopsis

require_once 'Serializer.php';

void XML_Serializer::setOption (mixed $name, mixed $value)

Beschreibung

You can use this method if you do not want to set all options in the constructor

Parameter

mixed $name

mixed $value

Fehler-Meldungen

throws no exceptions thrown

Siehe auch

see resetOption(), XML_Serializer::XML_Serializer()

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.