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

14 lines
190 B
PHP
Executable File

<?php
namespace Alert;
class UvIoWatcher {
public $id;
public $uvStruct;
public $callback;
public $stream;
public $pollFlag;
public $mode;
public $isEnabled;
}