File modules/template_engine/components/html/HtmlComponent.class.php

Last commit: Sat Feb 22 22:23:01 2020 +0100	Jan Dankert	Refactoring: Enable Autoloading, Fix namespace structure.
1 <?php 2 3 namespace template_engine\components\html; 4 5 use template_engine\components\html\Component; 6 7 abstract class HtmlComponent extends Component 8 { 9 10 public $class; 11 12 }
Download modules/template_engine/components/html/HtmlComponent.class.php
History Sat, 22 Feb 2020 22:23:01 +0100 Jan Dankert Refactoring: Enable Autoloading, Fix namespace structure. Sat, 22 Feb 2020 00:46:59 +0100 Jan Dankert Refactoring: Renaming template-engine to template_engine because '-' is no valid namespace char.