예제 #1
0
 public static function get_instance()
 {
     // If the single instance hasn't been set, set it now.
     if (null == self::$instance) {
         self::$instance = new self();
     }
     return self::$instance;
 }
예제 #2
0
 public static function install()
 {
     //DLN_Cron_Loader::activate();
     DLN_Phrase_Loader::activate();
 }