You are here

public function QPACssEventHandler::attribute in QueryPath 6

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

Overrides CssEventHandler::attribute

File

qpa/qpa.classes.inc, line 157
qpa.classes

Class

QPACssEventHandler
qpa.classes

Code

public function attribute($name) {
  $this->matches = $this
    ->descendList('#' . $name);
}