Home
last modified time | relevance | path

Searched refs:getRunDate (Results 1 – 2 of 2) sorted by relevance

/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DCronExpression.php196 return $this->getRunDate($currentTime, $nth, false, $allowCurrentDate);
213 return $this->getRunDate($currentTime, $nth, true, $allowCurrentDate);
232 $matches[] = $this->getRunDate($currentTime, $i, $invert, $allowCurrentDate);
322 protected function getRunDate($currentTime = null, $nth = 0, $invert = false, $allowCurrentDate = false) function in Cron\\CronExpression
/plugin/combo/vendor/dragonmantank/cron-expression/
H A DCHANGELOG.md21 - Max Iterations no longer hardcoded for `getRunDate()`