Example #1
0
 /** @param \FluentDOM\Query $dom */
 public function setDom($dom)
 {
     $this->content = $dom->find('//body')->first()->html();
 }