コード例 #1
0
 /**
  * {@inheritdoc}
  */
 protected function getNodes(DOMElement $template)
 {
     return TemplateHelper::getJSNodes($template->ownerDocument);
 }
コード例 #2
0
ファイル: Template.php プロジェクト: CryptArc/TextFormatter
 /**
  * Return all the nodes in this template whose content type is JavaScript
  *
  * @return array
  */
 public function getJSNodes()
 {
     return TemplateHelper::getJSNodes($this->asDOM());
 }