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--__construct.md

26 lines
558 B
Markdown
Raw Normal View History

2022-09-21 12:39:11 +02:00
## public Candidate::__construct
### Description
```php
public Candidate->__construct ( string $name )
```
Build a candidate.
##### **name:** *```string```*
Candidate Name.
---------------------------------------
### Related method(s)
* [Candidate::setName](../Candidate%20Class/public%20Candidate--setName.md)
---------------------------------------
### Examples and explanation
* **[Manual - Create Candidates](https://github.com/julien-boudry/Condorcet/wiki/II-%23-A.-Create-an-Election-%23-2.-Create-Candidates)**