Ejemplo n.º 1
0
 /**
  * &get_instance
  *
  * @static
  * @access public
  * @return Bbs_Solr_Factory
  */
 public static function &get_instance()
 {
     if (!self::$instance) {
         self::$instance = new self();
     }
     return self::$instance;
 }