Ejemplo n.º 1
0
 /**
  *
  */
 private static function getInstance()
 {
     if (is_null(self::$instance)) {
         self::$instance = new self();
     }
     return self::$instance;
 }
Ejemplo n.º 2
0
 /**
  */
 private static function getInstance()
 {
     if (is_null(self::$instance)) {
         self::$instance = new CRM_Queue_AllTests();
     }
     return self::$instance;
 }