/** * */ private static function getInstance() { if (is_null(self::$instance)) { self::$instance = new self(); } return self::$instance; }
/** */ private static function getInstance() { if (is_null(self::$instance)) { self::$instance = new CRM_Queue_AllTests(); } return self::$instance; }