TwistPHP Documentation

callEvents

File path: dist/twist/Classes/Shutdown.class.php
Namespace: Twist\Classes
Extends:

callEventsCalled upon PHP shutdown by the PHP shutdown handler to run all of the registered shutdown events one by one.

Return Values

void — No return information has been documented for this function.

Example

<?php
//Call the function callEvents with the example vars
\Twist\Classes\Shutdown::callEvents();