Skip to content

public Election::removeExternalDataHandler

Read it at the source

Description

php
public Election->removeExternalDataHandler ( ): bool

Remove an external driver to store vote on very large election. And import his data into classical memory.

Return value

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

Throws:

  • CondorcetPHP\Condorcet\Throwable\DataHandlerException

Released under the MIT License.