You are here

public function QPACssEventHandler::find in QueryPath 7.2

Same name and namespace in other branches
  1. 6 qpa/qpa.classes.inc \QPACssEventHandler::find()
  2. 7.3 qpa/qpa.classes.inc \QPACssEventHandler::find()

File

qpa/qpa.classes.inc, line 28
qpa.classes

Class

QPACssEventHandler
qpa.classes

Code

public function find($selector) {
  $parser = new CssParser($selector, $this);
  $parser
    ->parse();
  return $this;
}