Example #1
0
 /**
  * {@inheritdoc}
  */
 public function setElement($name, $value, $attributes = null)
 {
     return parent::setElement($this->removeNamespace($name), $value, $attributes);
 }