コード例 #1
0
ファイル: Main.class.php プロジェクト: AmineCherrai/rostanvo
 public function toText()
 {
     self::$currentController = $this->createController();
     return self::$currentController->render();
 }