File path: dist/twist/Core/Models/Register.model.php
Namespace: Twist\Core\Models
cancelHandler
— Cancel a registered handler, these handlers can be for shutdown events, errors and exceptions.
Name | Description |
---|---|
$strType | n/a |
[$strEventKey = null] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strType = 'foo';
$strEventKey = null;
//Call the function cancelHandler with the example vars
$resRegister = new \Twist\Core\Models\Register();
$resRegister -> cancelHandler($strType, $strEventKey);