Skip to content

Conversation

@devtronic
Copy link
Member

@devtronic devtronic commented Nov 2, 2022

Features:

  • Added a DateTimeDefinition which represents the date / time part of cronjob lines.

Deprecated:

  • CronJobLine::getMinutes() => CronJobLine::getDateTimeDefinition()::getMinutes()
  • CronJobLine::getHours() => CronJobLine::getDateTimeDefinition()::getHours()
  • CronJobLine::getDays() => CronJobLine::getDateTimeDefinition()::getDays()
  • CronJobLine::getMonths() => CronJobLine::getDateTimeDefinition()::getMonths()
  • CronJobLine::getWeekdays() => CronJobLine::getDateTimeDefinition()::getWeekdays()

@devtronic devtronic force-pushed the extract-date-time-definition branch from d962f6d to c70ee6b Compare November 2, 2022 08:54
@devtronic devtronic force-pushed the extract-date-time-definition branch from c70ee6b to c463d02 Compare November 2, 2022 08:57
@devtronic devtronic merged commit eae8d4a into main Nov 2, 2022
@devtronic devtronic deleted the extract-date-time-definition branch November 3, 2022 06:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants