OSDN Git Service

- add function _setDefaultTemplateEngine to skel.
authormaru_cc <maru_cc@2ef88817-412d-0410-a32c-8029a115e976>
Fri, 10 Apr 2009 19:03:00 +0000 (19:03 +0000)
committermaru_cc <maru_cc@2ef88817-412d-0410-a32c-8029a115e976>
Fri, 10 Apr 2009 19:03:00 +0000 (19:03 +0000)
skel/app.controller.php

index ebe6d5e..4727030 100644 (file)
@@ -272,6 +272,17 @@ class {$project_id}_Controller extends Ethna_Controller
     {
         return array('{$locale}', 'UTF-8', '{$client_enc}');
     }
+
+    /**
+     *  テンプレートエンジンのデフォルト状態を設定する
+     *
+     *  @access protected
+     *  @param  object  Ethna_Renderer  レンダラオブジェクト
+     *  @obsolete
+     */
+    function _setDefaultTemplateEngine(&$renderer)
+    {
+    }
 }
 
 ?>