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

setTimeFromTimeString() 공개 메소드

Set the time by time string
public setTimeFromTimeString ( string $time ) : static
$time string Time as string.
리턴 static
    public function setTimeFromTimeString($time);
ChronosInterface