@@ -448,6 +448,9 @@ discard block |
||
448 | 448 | endif; |
449 | 449 | } |
450 | 450 | |
451 | + /** |
|
452 | + * @return integer |
|
453 | + */ |
|
451 | 454 | public function getCandidateId (int $candidate_key, bool $onlyName = false) |
452 | 455 | { |
453 | 456 | if (!array_key_exists($candidate_key, $this->_Candidates)) : |
@@ -978,6 +981,9 @@ discard block |
||
978 | 981 | |
979 | 982 | //:: GET RAW DATA ::// |
980 | 983 | |
984 | + /** |
|
985 | + * @return Pairwise |
|
986 | + */ |
|
981 | 987 | public function getPairwise (bool $explicit = true) |
982 | 988 | { |
983 | 989 | $this->prepareResult(); |