X-Git-Url: https://git-public.kairo.at/?p=php-utility-classes.git;a=blobdiff_plain;f=classes%2Fdocument.php-class;h=e98d292a134c8f256c5c60f6c6f0ea3372b5fb5e;hp=dbad7436beab02d0b313c7cbd9bf5fe9cb9960bc;hb=da8e7efd5f6301bb07ac205f8dae87b6a25dcf43;hpb=f95a81fc8e3b7a98544622d8509ea0f1d79e4df6 diff --git a/classes/document.php-class b/classes/document.php-class index dbad743..e98d292 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