Eloquent\Phony\Clock\SystemClock::__construct PHP Method

__construct() public method

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