Esempio n. 1
0
 /**
  * @return CL_Loader
  */
 public static function get_instance()
 {
     if (self::$instance === NULL) {
         self::$instance = new CL_Loader();
     }
     return self::$instance;
 }