Ejemplo n.º 1
0
 /**
  * @todo docblock
  */
 public function __construct($id = null, $parentNode = null, $tagName = null, $wrapExisting = false)
 {
     parent::__construct($id, $parentNode);
     $this->_tagName = $tagName;
     $this->_wrapExisting = $wrapExisting;
 }