TwistPHP Documentation

cancelEvent

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

cancelEventRemove a registered even from the event list

Parameters

Name Type Description
$strEventKeystringn/a

Return Values

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

Example

<?php
//Set the variables for the example
$strEventKey 'foo';

//Call the function cancelEvent with the example vars
\Twist\Classes\Shutdown::cancelEvent($strEventKey);