1
0
mirror of https://github.com/danog/amp.git synced 2024-12-14 18:37:30 +01:00
amp/lib/UvTimerWatcher.php
2014-09-23 00:06:03 -04:00

14 lines
194 B
PHP

<?php
namespace Amp;
class UvTimerWatcher {
public $id;
public $uvStruct;
public $callback;
public $msDelay;
public $msInterval;
public $mode;
public $isEnabled;
}