Lines Matching refs:appendChild

565                 $typeElement->appendChild($unionTypeElement);
1236 $doc->appendChild($methodSynopsis);
1269 $methodSynopsis->appendChild($role);
1272 $methodSynopsis->appendChild(new DOMText("\n "));
1276 $methodSynopsis->appendChild($modifierElement);
1277 $methodSynopsis->appendChild(new DOMText(" "));
1282 $methodSynopsis->appendChild($returnType->getTypeForDoc($doc));
1286 $methodSynopsis->appendChild($methodname);
1289 $methodSynopsis->appendChild(new DOMText("\n "));
1291 $methodSynopsis->appendChild($void);
1294 $methodSynopsis->appendChild(new DOMText("\n "));
1303 $methodSynopsis->appendChild($methodparam);
1304 $methodparam->appendChild($arg->getMethodSynopsisType()->getTypeForDoc($doc));
1311 $methodparam->appendChild($parameter);
1317 $initializer->appendChild($constant);
1321 $methodparam->appendChild($initializer);
1325 $methodSynopsis->appendChild(new DOMText("\n "));
1526 $fieldsynopsisElement->appendChild(new DOMText("\n "));
1527 $fieldsynopsisElement->appendChild($doc->createElement("modifier", "public"));
1529 $fieldsynopsisElement->appendChild(new DOMText("\n "));
1530 $fieldsynopsisElement->appendChild($doc->createElement("modifier", "protected"));
1532 $fieldsynopsisElement->appendChild(new DOMText("\n "));
1533 $fieldsynopsisElement->appendChild($doc->createElement("modifier", "private"));
1537 $fieldsynopsisElement->appendChild(new DOMText("\n "));
1538 $fieldsynopsisElement->appendChild($doc->createElement("modifier", "static"));
1540 $fieldsynopsisElement->appendChild(new DOMText("\n "));
1541 $fieldsynopsisElement->appendChild($doc->createElement("modifier", "readonly"));
1544 $fieldsynopsisElement->appendChild(new DOMText("\n "));
1545 $fieldsynopsisElement->appendChild($this->getFieldSynopsisType()->getTypeForDoc($doc));
1554 $fieldsynopsisElement->appendChild(new DOMText("\n "));
1555 $fieldsynopsisElement->appendChild($varnameElement);
1558 $fieldsynopsisElement->appendChild(new DOMText("\n "));
1560 $fieldsynopsisElement->appendChild($initializerElement);
1563 $fieldsynopsisElement->appendChild(new DOMText("\n "));
1812 $doc->appendChild($classSynopsis);
1823 $classSynopsis->appendChild(new DOMText("\n "));
1829 $classSynopsis->appendChild($ooElement);
1830 $classSynopsis->appendChild(new DOMText("\n\n "));
1833 $classSynopsisInfo->appendChild(new DOMText("\n "));
1838 $classSynopsisInfo->appendChild($ooElement);
1840 $classSynopsis->appendChild($classSynopsisInfo);
1860 $classSynopsisInfo->appendChild(new DOMText("\n\n "));
1861 $classSynopsisInfo->appendChild($ooElement);
1874 $classSynopsisInfo->appendChild(new DOMText("\n\n "));
1875 $classSynopsisInfo->appendChild($ooElement);
1877 $classSynopsisInfo->appendChild(new DOMText("\n "));
1887 $classSynopsis->appendChild(new DOMText("\n\n "));
1890 $classSynopsis->appendChild($classSynopsisInfo);
1893 $classSynopsis->appendChild(new DOMText("\n "));
1895 $classSynopsis->appendChild($fieldSynopsisElement);
1900 $classSynopsis->appendChild(new DOMText("\n\n "));
1903 $classSynopsis->appendChild($classSynopsisInfo);
1906 $classSynopsis->appendChild(new DOMText("\n "));
1913 $classSynopsis->appendChild($includeElement);
1918 $classSynopsis->appendChild(new DOMText("\n\n "));
1921 $classSynopsis->appendChild($classSynopsisInfo);
1926 $classSynopsis->appendChild(new DOMText("\n "));
1931 $classSynopsis->appendChild($includeElement);
1935 $classSynopsis->appendChild(new DOMText("\n "));
1940 $classSynopsis->appendChild($includeElement);
1944 $classSynopsis->appendChild(new DOMText("\n "));
1949 $classSynopsis->appendChild($includeElement);
1954 $classSynopsis->appendChild(new DOMText("\n\n "));
1957 $classSynopsis->appendChild($classSynopsisInfo);
1960 $classSynopsis->appendChild(new DOMText("\n "));
1966 $classSynopsis->appendChild($includeElement);
1970 $classSynopsis->appendChild(new DOMText("\n "));
1993 $ooElement->appendChild(new DOMText("\n$indentation "));
1995 $ooElement->appendChild($doc->createElement('modifier', 'extends'));
1996 $ooElement->appendChild(new DOMText("\n$indentation "));
1999 $ooElement->appendChild($doc->createElement('modifier', 'final'));
2000 $ooElement->appendChild(new DOMText("\n$indentation "));
2003 $ooElement->appendChild($doc->createElement('modifier', 'abstract'));
2004 $ooElement->appendChild(new DOMText("\n$indentation "));
2009 $ooElement->appendChild($nameElement);
2010 $ooElement->appendChild(new DOMText("\n$indentation"));
2086 $includeElement->appendChild($attr);
2088 $includeElement->appendChild(new DOMText("\n "));
2089 $includeElement->appendChild($fallbackElement);
2090 $includeElement->appendChild(new DOMText("\n "));