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/Vote Class/public Vote--countLinks.md

26 lines
668 B
Markdown
Raw Normal View History

2022-09-21 12:39:11 +02:00
## public Vote::countLinks
### Description
```php
public Vote->countLinks ( ): int
```
Count number of linked election to this object.
### Return value:
*(```int```)* Number of linked elections.
---------------------------------------
### Related method(s)
* [Candidate::countLinks](../Candidate%20Class/public%20Candidate--countLinks.md)
* [Vote::getLinks](../Vote%20Class/public%20Vote--getLinks.md)
* [Candidate::getLinks](../Candidate%20Class/public%20Candidate--getLinks.md)
* [Vote::haveLink](../Vote%20Class/public%20Vote--haveLink.md)
* [Candidate::haveLink](../Candidate%20Class/public%20Candidate--haveLink.md)