1
0
This repository has been archived on 2023-11-30. You can view files and clone it, but cannot push or open issues or pull requests.
dtux__serveur-vote-lalis/include/condorcet/Documentation/Election Class/public Election--removeExternalDataHandler.md

27 lines
584 B
Markdown
Raw Normal View History

2022-09-21 12:39:11 +02:00
## public Election::removeExternalDataHandler
### 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```
---------------------------------------
### Related method(s)
* [Election::setExternalDataHandler](../Election%20Class/public%20Election--setExternalDataHandler.md)