Skip to content

Latest commit

 

History

History
38 lines (19 loc) · 1.08 KB

public Election--setExternalDataHandler.md

File metadata and controls

38 lines (19 loc) · 1.08 KB

public Election::setExternalDataHandler

Read it at the source

Description

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

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

driver: CondorcetPHP\Condorcet\DataManager\DataHandlerDrivers\DataHandlerDriverInterface

Driver object.

Return value:

(true) True if success. Else throw an Exception.

Throws:

  • CondorcetPHP\Condorcet\Throwable\DataHandlerException

Related method(s)


Tutorial