X-Git-Url: https://git-public.kairo.at/?p=php-utility-classes.git;a=blobdiff_plain;f=classes%2Fdocument.php-class;h=5a60615b7189eac910f8f245ce4bad86954eaf10;hp=dc0d91981d9051b22f5e97ac62eb57639d32e03a;hb=9d19c120cf7e3e112a5bd72103a412332d486bc2;hpb=f21250a5af28138501e28496eb51af71866154ef diff --git a/classes/document.php-class b/classes/document.php-class index dc0d919..5a60615 100755 --- a/classes/document.php-class +++ b/classes/document.php-class @@ -85,7 +85,7 @@ class ExtendedDocument extends DOMDocument { // appends an ExtendedDocument::createElementTextArea() as a child of this document (see there for params) // returns the new child // - // public function appendElementSelect($name, [$id], [$options], [$default]) + // public function appendElementSelect($name, [$id], [$options], [$default], [$strictmatch]) // appends an ExtendedDocument::createElementSelect() as a child of this document (see there for params) // returns the new child // @@ -101,6 +101,10 @@ class ExtendedDocument extends DOMDocument { // appends a DOMDocument::createTextNode() as a child of this document (see there for params) // returns the new child // + // public function appendLinebreak() + // appends a
as a child of this document + // returns the new child + // // public function appendEntity($name) // appends a DOMDocument::createEntityReference() as a child of this document (see there for params) // returns the new child @@ -175,9 +179,9 @@ class ExtendedDocument extends DOMDocument { // returns an ExtendedElement that is an HTML