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

14 lines
213 B
PHP
Raw Normal View History

<?php
namespace Alert;
class LibeventWatcher {
public $id;
public $eventResource;
public $stream;
public $callback;
public $wrapper;
2014-06-11 18:21:46 +02:00
public $msDelay = -1;
public $isEnabled = TRUE;
}