Exemplo n.º 1
0
 /**
  * @return SolrService
  */
 public static function get_instance()
 {
     if (self::$instance == NULL) {
         self::$instance = new SolrService();
     }
     return self::$instance;
 }