Cake\Chronos\ChronosInterface::addMinute PHP 메소드

addMinute() 공개 메소드

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