示例#1
0
 /**
  * Format the current row's appliesto column.
  *
  * @param   tour    $tour       The tour for this row.
  * @return  string
  */
 protected function col_appliesto(tour $tour)
 {
     return $tour->get_pathmatch();
 }