From: Robert Kaiser Date: Thu, 25 Jan 2018 21:24:59 +0000 (+0100) Subject: add a strictmatch option to the select element functions, stay with lazy match by... X-Git-Url: https://git-public.kairo.at/?p=php-utility-classes.git;a=commitdiff_plain;h=69409ddbd7c3c478d5e2828757ece01301fecaef;hp=f21250a5af28138501e28496eb51af71866154ef add a strictmatch option to the select element functions, stay with lazy match by default --- diff --git a/classes/document.php-class b/classes/document.php-class index dc0d919..f266fb0 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