@@ -188,6 +188,9 @@ |
||
188 | 188 | endif; |
189 | 189 | } |
190 | 190 | |
191 | + /** |
|
192 | + * @return integer |
|
193 | + */ |
|
191 | 194 | public function getCandidateId (int $candidate_key, bool $onlyName = false) |
192 | 195 | { |
193 | 196 | if (!array_key_exists($candidate_key, $this->_Candidates)) : |
@@ -211,6 +211,9 @@ |
||
211 | 211 | |
212 | 212 | //:: GET RAW DATA ::// |
213 | 213 | |
214 | + /** |
|
215 | + * @return Pairwise |
|
216 | + */ |
|
214 | 217 | public function getPairwise (bool $explicit = true) |
215 | 218 | { |
216 | 219 | $this->prepareResult(); |