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/Candidate Class/public Candidate--getLinks.md

26 lines
703 B
Markdown
Raw Normal View History

2022-09-21 12:39:11 +02:00
## public Candidate::getLinks
### Description
```php
public Candidate->getLinks ( ): WeakMap
```
Get elections object linked to this Vote or Candidate object.
### Return value:
*(```WeakMap```)* Populated by each elections Condorcet object.
---------------------------------------
### Related method(s)
* [Vote::countLinks](../Vote%20Class/public%20Vote--countLinks.md)
* [Candidate::countLinks](../Candidate%20Class/public%20Candidate--countLinks.md)
* [Vote::getLinks](../Vote%20Class/public%20Vote--getLinks.md)
* [Vote::haveLink](../Vote%20Class/public%20Vote--haveLink.md)
* [Candidate::haveLink](../Candidate%20Class/public%20Candidate--haveLink.md)