예제 #1
0
파일: notify.lib.php 프로젝트: rhertzog/lcs
 public static function getInstance()
 {
     if (!ClaroNotification::$instance) {
         ClaroNotification::$instance = new ClaroNotification();
     }
     return ClaroNotification::$instance;
 }