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

addYear() public méthode

Add a year to the instance
public addYear ( integer $value = 1 ) : static
$value integer The number of years to add.
Résultat static
    public function addYear($value = 1);
ChronosInterface