예제 #1
0
 /**
  * Returns latest events count.
  *
  * @return integer
  */
 public function findPublicEventsCount($past = false)
 {
     return $this->eventDao->findPublicEventsCount($past);
 }