| 1 | <?php |
||
| 17 | class EvangelistStatusRanking implements EvangelistStatusRankingInterface |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * This method ranks GitHub users based on the number of repositories they have |
||
| 21 | * @param int $noOfRepo |
||
| 22 | * @return String $evangelistTypeMessage |
||
| 23 | */ |
||
| 24 | public function determineEvangelistLevel($noOfRepo) |
||
| 38 | |||
| 39 | /** |
||
| 40 | * This method check for null repos |
||
| 41 | * @param int $noOfRepo |
||
| 42 | * @return boolean |
||
| 43 | */ |
||
| 44 | public function checkForNullRepos($noOfRepo) |
||
| 51 | |||
| 52 | } |