mirror of
https://github.com/danog/amp.git
synced 2024-12-14 18:37:30 +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;
|
|
}
|