Esempio n. 1
0
 function setOption($name, $value)
 {
     parent::setOption($name, $value);
     // reset the obfuscator in case the options are changed during the usage
     $this->obfuscator = null;
     return $this;
 }