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

isPast() 공개 메소드

Determines if the instance is in the past, ie. less (before) than now
public isPast ( ) : boolean
리턴 boolean
    public function isPast();
ChronosInterface