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--getTimerManager.md
2022-09-21 14:01:45 +02:00

23 lines
571 B
Markdown

## public Election::getTimerManager
### Description
```php
public Election->getTimerManager ( ): CondorcetPHP\Condorcet\Timer\Manager
```
Get the Timer manager object.
### Return value:
*(```CondorcetPHP\Condorcet\Timer\Manager```)* An CondorcetPHP\Condorcet\Timer\Manager object using by this election.
---------------------------------------
### Related method(s)
* [Election::getGlobalTimer](../Election%20Class/public%20Election--getGlobalTimer.md)
* [Election::getLastTimer](../Election%20Class/public%20Election--getLastTimer.md)