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

14 lines
196 B
PHP

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