Eloquent\Phony\Clock\SystemClock::__construct PHP 메소드

__construct() 공개 메소드

Construct a new system clock.
public __construct ( callable $microtime )
$microtime callable The implementation of microtime() to use.
    public function __construct($microtime)
    {
        $this->microtime = $microtime;
    }