Beispiel #1
0
 /**
  * Constructor
  *
  * @param string $id
  */
 protected function __construct($id)
 {
     parent::__construct($id);
     // TODO: Change the autogenerated stub
     $this->html5 = new HTML5();
 }