Autogenerated class RecurringDowntime_Model. More...
Public Member Functions | |
get_weekdays () | |
Autogenerated function. | |
get_months () | |
Autogenerated function. | |
get_start_time_string () | |
Get the start time, but format it the way times are usually formatted: hh:mm:ss. | |
get_end_time_string () | |
Get the end time, but format it the way times are usually formatted: hh:mm:ss. | |
get_duration_string () | |
Get the duration, but format it the way times are usually formatted: hh:mm:ss. | |
get_objects () | |
Get all objects in this schedule as a list. | |
Static Public Attributes | |
static | $rewrite_columns |
Autogenerated varible. |
Autogenerated class RecurringDowntime_Model.
RecurringDowntime_Model::get_months | ( | ) |
RecurringDowntime_Model::get_weekdays | ( | ) |
RecurringDowntime_Model::$rewrite_columns [static] |
array( 'objects' => array('id'), 'end_time_string' => array('end_time'), 'start_time_string' => array('start_time'), 'duration_string' => array('duration'), )
Autogenerated varible.
Reimplemented from BaseObject_Model.