Esempio n. 1
0
 protected static function getFacadeAccessor()
 {
     if (!static::$__theme) {
         static::$__theme = new site_seo_base();
     }
     return static::$__theme;
 }
Esempio n. 2
0
 protected static function getFacadeAccessor()
 {
     if (!static::$__theme) {
         static::$__theme = new theme_theme(view::getView());
     }
     return static::$__theme;
 }