Skip to content

Commit

Permalink
Merge pull request #284 from TomePale/master
Browse files Browse the repository at this point in the history
add protected properites
  • Loading branch information
nticaric authored May 4, 2023
2 parents 3727048 + cbd7fbb commit 177c425
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Indexer/TNTIndexer.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ class TNTIndexer
protected $wordlist = [];
protected $inMemoryTerms = [];
protected $decodeHTMLEntities = false;
protected $updateInfoTableStmt;
protected $insertWordlistStmt;
protected $selectWordlistStmt;
protected $updateWordlistStmt;
public $disableOutput = false;
public $inMemory = true;
public $steps = 1000;
Expand Down

0 comments on commit 177c425

Please sign in to comment.