コード例 #1
0
 private function setup_twig_environment_options()
 {
     self::$twig_environment_settings = array('charset' => get_bloginfo('charset'), 'autoescape' => false, 'auto_reload' => true, 'cache' => dirname(__FILE__) . '/twig_cache', 'debug' => true);
 }