X-Git-Url: https://git-public.kairo.at/?p=php-utility-classes.git;a=blobdiff_plain;f=classes%2Fdocument.php-class;fp=classes%2Fdocument.php-class;h=198296f3e1a7eaa5ac8906ebec66f1cb3f2b5273;hp=a0800f2889c4643a36164cedd901820fdc823978;hb=cb2420c657c2856403afada65712063542b145c0;hpb=5dd242eff6de2d320c75ec83e5f988cd7c769cea diff --git a/classes/document.php-class b/classes/document.php-class index a0800f2..198296f 100755 --- a/classes/document.php-class +++ b/classes/document.php-class @@ -173,8 +173,7 @@ class ExtendedDocument extends DOMDocument { // returns an ExtendedElement that is an HTML with the given src and alt attributes (set to '' by default) // // public function createElementForm($action, $method, $name) - // returns an ExtendedElement that is an HTML
that is a child of an HTML
- // with the given action, method, and name + // returns an ExtendedElement that is an HTML with the given action, method, and name // // public function createElementInputHidden($name, $value) // returns an ExtendedElement that is an HTML of type 'hidden' with the given name and value