File path: dist/twist/Classes/Shutdown.class.php
Namespace: Twist\Classes
cancelEvent
— Remove a registered even from the event list
Name | Description |
---|---|
$strEventKey | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strEventKey = 'foo';
//Call the function cancelEvent with the example vars
\Twist\Classes\Shutdown::cancelEvent($strEventKey);