Méthode |
Description |
|
addCleanupHandler ( $handler ) |
*!
Adds a cleanup handler to the end of the list,
\a $handler must contain the name of the function to call. |
|
addFatalErrorHandler ( $handler ) |
*!
Adds a fatal error handler to the end of the list,
\a $handler must contain the name of the function to call. |
|
cleanExit ( ) |
*!
Sets the clean exit flag and exits the page. |
|
cleanup ( ) |
*!
Calls the cleanup handlers to make sure that the script is ready to exit. |
|
cleanupHandlers ( ) |
*!
\return An array with cleanup handlers. |
|
defaultExceptionHandler ( $e ) : void |
Installs the default Exception handler |
|
fatalErrorHandlers ( ) |
*!
\return An array with fatal error handlers. |
|
isCleanExit ( ) |
*!
\return true if the request finished properly. |
|
registerShutdownHandler ( $documentRoot = false ) |
*!
Register ::uncleanShutdownHandler as shutdown function |
|
setCleanExit ( $hasCleanExit = true ) |
*!
Sets the clean exit flag to on,
this notifies the exit handler that everything finished properly. |
|
uncleanShutdownHandler ( ) |
*!
Exit handler which called after the script is done, if it detects
that eZ Publish did not exit cleanly it will issue an error message
and display the debug. |
|