示例#1
0
 /**
  * Get singleton instance
  *
  * @return Sppc_Search_Settings
  */
 public static function getInstance()
 {
     if (is_null(self::$_instance)) {
         self::$_instance = new self();
     }
     return self::$_instance;
 }