Example #1
0
 /**
  * @return mixed
  */
 public function getResult()
 {
     $this->finishDocument();
     return parent::getResult();
 }
Example #2
0
 /**
  * @param integer|string $key
  * @return void
  */
 public function visitElementEnd($key)
 {
     $this->types->pop();
     parent::visitElementEnd($key);
 }