mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-06 13:19:54 +00:00
initial search class
This commit is contained in:
parent
a74229eb14
commit
0fd6ed5381
|
@ -1395,3 +1395,20 @@ class SeedDMS_FolderTree { /* {{{ */
|
|||
} /* }}} */
|
||||
|
||||
} /* }}} */
|
||||
|
||||
class SeedDMS_Search { /* {{{ */
|
||||
protected $dms;
|
||||
|
||||
protected $settings;
|
||||
|
||||
public function __construct($dms, $settings) {
|
||||
$this->dms = $dms;
|
||||
$this->settings = $settings;
|
||||
}
|
||||
|
||||
public function createSearchFromQuery($urlquery) { /* {{{ */
|
||||
} /* }}} */
|
||||
|
||||
public function search() { /* {{{ */
|
||||
} /* }}} */
|
||||
} /* }}} */
|
||||
|
|
Loading…
Reference in New Issue
Block a user