22 lines
420 B
Markdown
22 lines
420 B
Markdown
|
## public Candidate::getHistory
|
||
|
|
||
|
### Description
|
||
|
|
||
|
```php
|
||
|
public Candidate->getHistory ( ): array
|
||
|
```
|
||
|
|
||
|
Return an history of each namming change, with timestamp.
|
||
|
|
||
|
|
||
|
### Return value:
|
||
|
|
||
|
*(```array```)* An explicit multi-dimenssional array.
|
||
|
|
||
|
|
||
|
---------------------------------------
|
||
|
|
||
|
### Related method(s)
|
||
|
|
||
|
* [Candidate::getCreateTimestamp](../Candidate%20Class/public%20Candidate--getCreateTimestamp.md)
|