| 1 |
<?php |
<?php |
| 2 |
// $Id: station_schedule_handler_field_time_range.inc,v 1.1 2009/09/21 17:43:32 drewish Exp $ |
// $Id: station_schedule_handler_field_time_range.inc,v 1.2 2009/09/22 20:45:37 drewish Exp $ |
| 3 |
|
|
| 4 |
class station_schedule_handler_field_time_range extends views_handler_field { |
class station_schedule_handler_field_time_range extends views_handler_field { |
| 5 |
function option_definition() { |
function option_definition() { |
| 18 |
'station_hour_duration' => t('Duration'), |
'station_hour_duration' => t('Duration'), |
| 19 |
'station_hour_range' => t('Hour range'), |
'station_hour_range' => t('Hour range'), |
| 20 |
'station_dayhour_range' => t('Day/hour range'), |
'station_dayhour_range' => t('Day/hour range'), |
|
|
|
| 21 |
), |
), |
| 22 |
'#default_value' => $this->options['style'], |
'#default_value' => $this->options['style'], |
| 23 |
'#description' => t('Which time style should be used.'), |
'#description' => t('Which time style should be used.'), |