- Full name:
\Symfony\Component\Console\SignalRegistry\SignalRegistry
- This class is marked as final and can't be subclassed
- This class is a Final class
private $signalHandlers
public __construct(): mixed
public register(int $signal, callable $signalHandler): void
Parameters:
Parameter | Type | Description |
---|---|---|
$signal |
int | |
$signalHandler |
callable |
public static isSupported(): bool
- This method is static.