xpath('//RL/RANK'); foreach($results as $result) { $title = $result->{"TITLE"}->__toString(); $link = $result->{"URL"}->__toString(); $anzeigeLink = $result->{"ORIGURL"}->__toString(); $descr = $result->{"ABSTRACT"}->__toString(); $this->counter++; $this->ads[] = new \App\Models\Result( $this->engine, $title, $link, $anzeigeLink, $descr, $this->gefVon, $this->counter ); } } }