Flarum\Core\Search\Discussion\Gambit\FulltextGambit::__construct PHP Method

__construct() public method

public __construct ( Flarum\Core\Search\Discussion\Fulltext\DriverInterface $fulltext )
$fulltext Flarum\Core\Search\Discussion\Fulltext\DriverInterface
    public function __construct(DriverInterface $fulltext)
    {
        $this->fulltext = $fulltext;
    }
FulltextGambit