Home
last modified time | relevance | path

Searched refs:appendElement (Results 1 – 1 of 1) sorted by relevance

/template/strap/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
DExplain.php58 private function appendElement( function in PhpCss\\Ast\\Visitor\\Explain
130 $this->start($this->appendElement('selector-group'));
153 return $this->start($this->appendElement('selector'));
173 $this->appendElement('universal', $css);
187 $this->appendElement('type', $css);
196 $this->appendElement('id', '#'.$id->id);
205 $this->appendElement('class', '.'.$class->className);
213 return $this->start($this->appendElement('descendant', ' '));
227 return $this->start($this->appendElement('child', ' > '));
241 return $this->start($this->appendElement('follower', ' ~ '));
[all …]