Example #1
0
File: Page.php Project: broozer/psa
 public function __construct()
 {
     self::$html_set = TRUE;
     $this->html = $this->doctype . "\n";
 }