TwistPHP Documentation

cancelShutdownEvent

File path: dist/twist/Core/Models/Register.model.php
Namespace: Twist\Core\Models
Extends:

cancelShutdownEventAlias function with the first parameter preset to 'shutdown'.

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 cancelShutdownEvent with the example vars
$resRegister = new \Twist\Core\Models\Register();
$resRegister -> cancelShutdownEvent($strEventKey);