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

year() 공개 메소드

Set the instance's year
public year ( integer $value ) : static
$value integer The year value.
리턴 static
    public function year($value);
ChronosInterface