mirror of
https://github.com/danog/amp.git
synced 2025-01-22 13:21:16 +01:00
13 lines
171 B
PHP
13 lines
171 B
PHP
<?php
|
|
|
|
namespace Alert;
|
|
|
|
class UvSignalWatcher {
|
|
public $id;
|
|
public $mode;
|
|
public $signo;
|
|
public $uvStruct;
|
|
public $callback;
|
|
public $isEnabled;
|
|
}
|