mirror of
				https://git.code.sf.net/p/seeddms/code
				synced 2025-10-31 05:11:27 +00:00 
			
		
		
		
	declare previewer as class var
This commit is contained in:
		
							parent
							
								
									66214aff2f
								
							
						
					
					
						commit
						5bd8111f41
					
				|  | @ -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(); | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Uwe Steinmann
						Uwe Steinmann