X-Git-Url: https://git-public.kairo.at/?p=php-utility-classes.git;a=blobdiff_plain;f=classes%2Fdocument.php-class;h=be9d1502ec1e58805329dc14b613f6fdce4f8b00;hp=3e39f0acefdcd7ddaa852ffde3e15bb1689ccbc6;hb=f887cdcbbd6e0442cfa2e8971135efb67d12ab52;hpb=8afa2e61362e19841a938cec083ae51166216110;ds=sidebyside diff --git a/classes/document.php-class b/classes/document.php-class index 3e39f0a..be9d150 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 // @@ -175,9 +175,9 @@ class ExtendedDocument extends DOMDocument { // returns an ExtendedElement that is an HTML