コード例 #1
0
 /**
  * A function to generate month view of a set of events small enough for the portfolio page
  * @param array $day day to show
  * @param integer $month month to show
  * @param integer $year year to show
  * @param array $weekdaynames
  * @return object with `count` attribute containing the number of associated events with the item
  */
 public static function small_month_calendar($day, $month, $year)
 {
     return Calendar_Events::small_month_bootstrap_calendar();
 }