Cake\Chronos\ChronosInterface::previous PHP Метод

previous() публичный Метод

If no dayOfWeek is provided, modify to the previous occurrence of the current day of the week. Use the supplied consts to indicate the desired dayOfWeek, ex. static::MONDAY.
public previous ( integer $dayOfWeek = null ) : mixed
$dayOfWeek integer The day of the week to move to.
Результат mixed
    public function previous($dayOfWeek = null);
ChronosInterface