Home
last modified time | relevance | path

Searched defs:currentTime (Results 1 – 1 of 1) sorted by relevance

/template/strap/vendor/dragonmantank/cron-expression/src/Cron/
DCronExpression.php194 public function getNextRunDate($currentTime = 'now', $nth = 0, $allowCurrentDate = false)
211 public function getPreviousRunDate($currentTime = 'now', $nth = 0, $allowCurrentDate = false)
227 …public function getMultipleRunDates($total, $currentTime = 'now', $invert = false, $allowCurrentDa…
280 public function isDue($currentTime = 'now')
322 …protected function getRunDate($currentTime = null, $nth = 0, $invert = false, $allowCurrentDate = …