1
0
mirror of https://github.com/danog/amp.git synced 2025-01-22 13:21:16 +01:00
amp/lib/UvTimerWatcher.php

14 lines
194 B
PHP
Raw Normal View History

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