public function QPACssEventHandler::getMatches in QueryPath 7.2
Same name and namespace in other branches
- 6 qpa/qpa.classes.inc \QPACssEventHandler::getMatches()
- 7.3 qpa/qpa.classes.inc \QPACssEventHandler::getMatches()
File
- qpa/
qpa.classes.inc, line 34 - qpa.classes
Class
- QPACssEventHandler
- qpa.classes
Code
public function getMatches() {
$result = array_merge($this->alreadyMatched, $this->matches);
return $result;
}