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

addMinute() public méthode

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