]> git.mxchange.org Git - hub.git/commitdiff
Required interface 'Registerable' added
authorRoland Häder <roland@mxchange.org>
Tue, 22 Mar 2011 21:20:38 +0000 (21:20 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 22 Mar 2011 21:20:38 +0000 (21:20 +0000)
application/hub/main/template/announcement/class_XmlAnnouncementTemplateEngine.php
application/hub/main/template/connect/class_XmlSelfConnectTemplateEngine.php
application/hub/main/template/objects/class_XmlObjectRegistryTemplateEngine.php

index 621afe2c29490af4daa2d097da246c33f2fa4e8c..bcd72d0323dd52432ee12b2778187b8f8c1ebb13 100644 (file)
@@ -22,7 +22,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-class XmlAnnouncementTemplateEngine extends BaseTemplateEngine implements CompileableTemplate {
+class XmlAnnouncementTemplateEngine extends BaseTemplateEngine implements CompileableTemplate, Registerable {
        /**
         * Main nodes in the XML tree
         */
index bd2b4611864204aeaa85d8e81667ec8b7870fee9..5595163ce6ca1342ab89069b888566960ddf89ad 100644 (file)
@@ -22,7 +22,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-class XmlSelfConnectTemplateEngine extends BaseTemplateEngine implements CompileableTemplate {
+class XmlSelfConnectTemplateEngine extends BaseTemplateEngine implements CompileableTemplate, Registerable {
        /**
         * Main nodes in the XML tree
         */
index f614717eade811a9a191e5bb316ac45f36c2e955..8a2e198ad17862715977e427f1352911375d3194 100644 (file)
@@ -22,7 +22,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-class XmlObjectRegistryTemplateEngine extends BaseTemplateEngine implements CompileableTemplate {
+class XmlObjectRegistryTemplateEngine extends BaseTemplateEngine implements CompileableTemplate, Registerable {
        /**
         * Instance for the object registry
         */