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;
    }