XML_Serializer::setOption() -- set an option
Synopsis
require_once 'Serializer.php'; |
void XML_Serializer::setOption
(mixed $name, mixed $value)
Description
You can use this method if you do not want to set all options in the constructor
Throws
throws no exceptions thrown
Note
This function can not be called
statically.