luceneNotConfigured() public static method

public static luceneNotConfigured ( )
Beispiel #1
0
 public function getLuceneHandlerName()
 {
     if (!$this->attributes['luceneHandlerName']) {
         throw CouchDBException::luceneNotConfigured();
     }
     return $this->attributes['luceneHandlerName'];
 }