* 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
*/
* 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
*/
* 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
*/