コード例 #1
0
ファイル: ViewBase.php プロジェクト: jsmithorg/PHP-Mvc
 public function __construct($id = NULL)
 {
     $this->id = $id;
     ViewHelper::registerView($this, $id);
 }