declare previewer as class var

This commit is contained in:
Uwe Steinmann 2023-08-22 14:43:41 +02:00
parent 66214aff2f
commit 5bd8111f41

View File

@ -51,6 +51,11 @@ class SeedDMS_FulltextService {
*/ */
protected $logger; protected $logger;
/**
* @var previewer
*/
protected $previewer;
/** /**
* Max file size for imediate indexing * Max file size for imediate indexing
*/ */
@ -60,6 +65,8 @@ class SeedDMS_FulltextService {
private $search; private $search;
private int $cmdtimeout;
public function __construct() { public function __construct() {
$this->services = array(); $this->services = array();
$this->converters = array(); $this->converters = array();