コード例 #1
0
 /**
  * 
  * @return common_legacy_LegacyAutoLoader
  */
 private static function singleton()
 {
     if (self::$singleton == null) {
         self::$singleton = new self();
     }
     return self::$singleton;
 }