1
0
mirror of https://github.com/danog/amp.git synced 2024-11-27 12:35:02 +01:00
amp/lib/LibeventWatcher.php
2014-06-11 12:24:46 -04:00

14 lines
213 B
PHP
Executable File

<?php
namespace Alert;
class LibeventWatcher {
public $id;
public $eventResource;
public $stream;
public $callback;
public $wrapper;
public $msDelay = -1;
public $isEnabled = TRUE;
}