Example #1
0
 /**
  * Return all the nodes in this template whose content type is CSS
  *
  * @return array
  */
 public function getCSSNodes()
 {
     return TemplateHelper::getCSSNodes($this->asDOM());
 }
 /**
  * {@inheritdoc}
  */
 protected function getNodes(DOMElement $template)
 {
     return TemplateHelper::getCSSNodes($template->ownerDocument);
 }