openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

HtmlComponent.class.php (168B)


      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 }