Cake\Chronos\ChronosInterface::lastOfYear PHP Méthode

lastOfYear() public méthode

Modify to the last occurrence of a given day of the week in the current year. If no dayOfWeek is provided, modify to the last day of the current year. Use the supplied consts to indicate the desired dayOfWeek, ex. static::MONDAY.
public lastOfYear ( integer $dayOfWeek = null ) : mixed
$dayOfWeek integer The day of the week to move to.
Résultat mixed
    public function lastOfYear($dayOfWeek = null);
ChronosInterface