1
0
mirror of https://github.com/danog/amp.git synced 2024-12-14 02:17:26 +01:00
amp/lib/UvTimerWatcher.php
2014-06-11 12:33:15 -04:00

13 lines
173 B
PHP
Executable File

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