You are here

public function QPACssEventHandler::find in QueryPath 6

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