Searched refs:appendElement (Results 1 – 1 of 1) sorted by relevance
58 private function appendElement( function in PhpCss\\Ast\\Visitor\\Explain130 $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 …]