Пример #1
0
 /**
  * Makes sure that the global config is loaded in $this->globalconfig
  *
  * @return void
  */
 protected function load_global_config()
 {
     if (is_null(self::$globalconfig)) {
         self::$globalconfig = get_config(get_class($this));
     }
 }
Пример #2
0
 /**
  * Makes sure that the global config is loaded in $this->globalconfig
  *
  * @return void
  */
 protected function load_global_config()
 {
     if (is_null(self::$globalconfig)) {
         self::$globalconfig = get_config('filter_emoticon');
     }
 }