예제 #1
0
파일: functions.php 프로젝트: mpottimo/test
 public static function getInstance()
 {
     if (self::$_instance == null) {
         self::$_instance = new NewsLetter();
     }
     return self::$_instance;
 }