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

14 lines
196 B
PHP
Raw Normal View History

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