Beispiel #1
0
 /**
  * How many unseen events for other?
  *
  * @return int
  */
 public function getOtherBehindCount()
 {
     return Hendelser::getSetting("count_other") - $this->user->params->get("github_count_other", 0);
 }