eZ\Publish\Core\Search\Legacy\Content\WordIndexer\Gateway\DoctrineDatabase::__construct PHP Method

__construct() public method

Construct from handler handler.
public __construct ( eZ\Publish\Core\Persistence\Database\DatabaseHandler $dbHandler, eZ\Publish\SPI\Persistence\Content\Type\Handler $typeHandler, TransformationProcessor $transformationProcessor, SearchIndex $searchIndex, array $fullTextSearchConfiguration )
$dbHandler eZ\Publish\Core\Persistence\Database\DatabaseHandler
$typeHandler eZ\Publish\SPI\Persistence\Content\Type\Handler
$transformationProcessor eZ\Publish\Core\Persistence\TransformationProcessor
$searchIndex eZ\Publish\Core\Search\Legacy\Content\WordIndexer\Repository\SearchIndex
$fullTextSearchConfiguration array
    public function __construct(DatabaseHandler $dbHandler, SPITypeHandler $typeHandler, TransformationProcessor $transformationProcessor, SearchIndex $searchIndex, array $fullTextSearchConfiguration)
    {
        $this->dbHandler = $dbHandler;
        $this->typeHandler = $typeHandler;
        $this->transformationProcessor = $transformationProcessor;
        $this->searchIndex = $searchIndex;
        $this->fullTextSearchConfiguration = $fullTextSearchConfiguration;
    }