Beispiel #1
0
 protected function getRaw()
 {
     if ($this->getBody() instanceof DOMElement) {
         return SpiderDom::toHtml($this->getBody());
     } else {
         return 'SpiderDom toHtml with problems!';
     }
 }