Example #1
0
 /**
  * Gets label for a particular reporting period
  *
  * @param unknown_type $period
  * @return unknown
  */
 public static function get_period_label($period)
 {
     $periods = owa_lib::reporting_periods();
     return $periods[$period]['label'];
 }