Interface for command reacting to signal.
- author Grégoire Pineau
AbstractInterface
Methods |
public abstract getSubscribedSignals() : array Returns the list of signals to subscribe. |
public abstract handleSignal(int $signal, int|false $previousExitCode = 0) : int|false The method will be called when the application is signaled.
|