From: Robert Kaiser Date: Tue, 29 Nov 2016 16:59:01 +0000 (+0100) Subject: COM elements have no place in the common class X-Git-Url: https://git-public.kairo.at/?p=php-utility-classes.git;a=commitdiff_plain;h=0bbc241e7d4e54f0ff7efbc1a4deb4225bc90ec8 COM elements have no place in the common class --- diff --git a/classes/document.php-class b/classes/document.php-class index 41e817a..d2e9aff 100755 --- a/classes/document.php-class +++ b/classes/document.php-class @@ -140,10 +140,6 @@ class ExtendedDocument extends DOMDocument { // appends an ExtendedDocument::createElementJSFile() as a child of this document (see there for params) // returns the new child // - // public function appendCOMElement($module, $attributes) - // appends an ExtendedDocument::createCOMElement() as a child of this document (see there for params) - // returns the new child - // // public function createElementLink($target, [$value]) // returns an ExtendedElement that is an HTML with the given target (href) and (optional) value // @@ -210,10 +206,6 @@ class ExtendedDocument extends DOMDocument { // // public function createElementJSFile($jsURL) // returns an ExtendedElement that is an HTML