示例#1
0
文件: seo.php 项目: 453111208/bbc
 protected static function getFacadeAccessor()
 {
     if (!static::$__theme) {
         static::$__theme = new site_seo_base();
     }
     return static::$__theme;
 }
示例#2
0
文件: theme.php 项目: 453111208/bbc
 protected static function getFacadeAccessor()
 {
     if (!static::$__theme) {
         static::$__theme = new theme_theme(view::getView());
     }
     return static::$__theme;
 }