예제 #1
0
파일: Doctype.php 프로젝트: kalimatas/zbook
 public function __construct()
 {
     parent::__construct();
     $this->_registry['doctypes'][self::XHTML5] = '<!DOCTYPE html>';
 }