You are here

public function QPACssEventHandler::getMatches in QueryPath 7.2

Same name and namespace in other branches
  1. 6 qpa/qpa.classes.inc \QPACssEventHandler::getMatches()
  2. 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;
}