Example #1
0
 /**
  * Get kernel
  * @return core
  */
 static function core()
 {
     return self::$_core ? self::$_core : (self::$_core = core::get_instance(self::_option(self::OPTION_CORE_PARAMS)));
 }