Skip to content

public Election::setExternalDataHandler

Read it at the source

Description

php
public Election->setExternalDataHandler ( CondorcetPHP\Condorcet\DataManager\DataHandlerDrivers\DataHandlerDriverInterface $driver ): static

Import and enable an external driver to store vote on very large election.

Parameter

driver: CondorcetPHP\Condorcet\DataManager\DataHandlerDrivers\DataHandlerDriverInterface

Driver object.

Throws:

  • CondorcetPHP\Condorcet\Throwable\DataHandlerException


Tutorial

Released under the MIT License.