public Election::removeExternalDataHandler

November 22, 2025 ยท View on GitHub

Read it at the source

Description

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

Related

  • Election::setExternalDataHandler()

Contents

  1. 1Description
  2. 2Return value
  3. 3Throws:
  4. 4Related