Searched defs:firstChild (Results 1 – 2 of 2) sorted by relevance
/plugin/commonmark/vendor/league/commonmark/src/Node/ | ||
H A D | Node.php | 42 protected $firstChild; variable in League\\CommonMark\\Node\\Node |
/plugin/sqlraw/ | ||
H A D | simple_html_dom.php | 953 function firstChild() {return $this->first_child();} function in simple_html_dom_node |