@@ -399,6 +399,9 @@ discard block |
||
399 | 399 | endif; |
400 | 400 | } |
401 | 401 | |
402 | + /** |
|
403 | + * @return integer |
|
404 | + */ |
|
402 | 405 | public function getCandidateId (int $candidate_key, bool $onlyName = false) |
403 | 406 | { |
404 | 407 | if (!array_key_exists($candidate_key, $this->_Candidates)) : |
@@ -812,6 +815,9 @@ discard block |
||
812 | 815 | |
813 | 816 | //:: GET RAW DATA ::// |
814 | 817 | |
818 | + /** |
|
819 | + * @return Algo\Pairwise |
|
820 | + */ |
|
815 | 821 | public function getPairwise (bool $explicit = true) |
816 | 822 | { |
817 | 823 | $this->prepareResult(); |