From 0bbc241e7d4e54f0ff7efbc1a4deb4225bc90ec8 Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Tue, 29 Nov 2016 17:59:01 +0100 Subject: [PATCH] COM elements have no place in the common class --- classes/document.php-class | 43 ++++---------------------------------- 1 file changed, 4 insertions(+), 39 deletions(-) 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