Home
last modified time | relevance | path

Searched refs:_walkPathUntil (Results 1 – 1 of 1) sorted by relevance

/plugin/scrape/vendor/scotteh/php-dom-wrapper/src/Traits/
DTraversalTrait.php207 return $this->_walkPathUntil('previousSibling', $input, $selector);
235 return $this->_walkPathUntil('nextSibling', $input, $selector);
276 $results = $this->_walkPathUntil('parentNode', null, $selector, self::$MATCH_TYPE_FIRST);
310 return $this->_walkPathUntil('parentNode', $input, $selector);
342 $results = $this->_walkPathUntil('parentNode', $input, null, self::$MATCH_TYPE_LAST);
458 …protected function _walkPathUntil(string $property, $input = null, $selector = null, int $matchTyp… function