]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/template/connect/class_XmlSelfConnectTemplateEngine.php
Renamed again a bunch of methods to generic 'readXmlData' name
[hub.git] / application / hub / main / template / connect / class_XmlSelfConnectTemplateEngine.php
index 3c0a786fbddbb6425e462500f1c101d8b85017f9..da8df035efb245dad09aab0f4196702215aa6efd 100644 (file)
@@ -108,21 +108,6 @@ class XmlSelfConnectTemplateEngine extends BaseXmlTemplateEngine implements Comp
                parent::assignVariable($this->getStackerInstance()->getNamed('self_connect'), $characters);
        }
 
-       /**
-        * Read self-connect variables by calling readVariable() with 'general' as
-        * variable stack.
-        *
-        * @param       $key    Key to read from
-        * @return      $value  Value from variable
-        */
-       public function readSelfConnectData ($key) {
-               // Read the variable
-               $value = parent::readVariable($key, 'general');
-
-               // Return value
-               return $value;
-       }
-
        /**
         * Getter for cache file (FQFN)
         *