예제 #1
0
파일: SongUtils.php 프로젝트: vberzsin/2014
 public static function getInstance()
 {
     if (null == self::$instance) {
         self::$instance = new SongUtils();
     }
     return self::$instance;
 }