diff --git a/inc/inc.Utils.php b/inc/inc.Utils.php index f2392b35c..049035396 100644 --- a/inc/inc.Utils.php +++ b/inc/inc.Utils.php @@ -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() { /* {{{ */ + } /* }}} */ +} /* }}} */