You are here

public function QPACssEventHandler::getMatches in QueryPath 6

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