Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.14 KB

public Result--getOriginalResultArrayWithString.md

File metadata and controls

28 lines (16 loc) · 1.14 KB

public Result::getOriginalResultArrayWithString

Read it at the source

Description

public Result->getOriginalResultArrayWithString ( ): array

Get immutable result as an array

Return value:

(array) Unlike other methods to recover the result. This is frozen as soon as the original creation of the Result object is created. Candidate objects are therefore protected from any change of candidateName, since the candidate objects are converted into a string when the results are promulgated.

This control method can therefore be useful if you undertake suspicious operations on candidate objects after the results have been promulgated.


Related method(s)