SystemFacade
extends SystemFacade
in package
Class SystemFacade
Table of Contents
Properties
- $whoopsShutdownHandler : callable
Methods
- handleShutdown() : void
- Special case to deal with Fatal errors and the like.
- registerShutdownFunction() : void
- setHttpResponseCode() : int
Properties
$whoopsShutdownHandler
protected
callable
$whoopsShutdownHandler
Methods
handleShutdown()
Special case to deal with Fatal errors and the like.
public
handleShutdown() : void
registerShutdownFunction()
public
registerShutdownFunction(callable $function) : void
Parameters
- $function : callable
setHttpResponseCode()
public
setHttpResponseCode(int $httpCode) : int
Parameters
- $httpCode : int