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