1
0
mirror of https://github.com/danog/amp.git synced 2024-12-15 10:57:19 +01:00
amp/lib/UvTimerWatcher.php

14 lines
194 B
PHP
Raw Normal View History

2014-06-11 18:33:15 +02:00
<?php
2014-09-23 04:38:32 +02:00
namespace Amp;
2014-06-11 18:33:15 +02:00
class UvTimerWatcher {
public $id;
public $uvStruct;
public $callback;
public $msDelay;
public $msInterval;
public $mode;
public $isEnabled;
2014-06-11 18:33:15 +02:00
}