qp)) { $this->qp = \QueryPath::with(parent::current(), NULL, $this->options); } else { $splos = new \SplObjectStorage(); $splos->attach(parent::current()); $this->qp->setMatches($splos); } return $this->qp; } }