protected static function phoromatic_schedule_entry_string($title, $description, $start_time, $active_on)
 {
     echo PHP_EOL . $title . ':' . PHP_EOL;
     echo "\t" . $description . PHP_EOL;
     echo "\t" . 'Runs at ' . $start_time . ' on ' . pts_strings::parse_week_string($active_on) . '.' . PHP_EOL;
 }