TwistPHP Documentation

shutdownEvent

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

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

Parameters

Name Type Description
$strEventKeystringn/a
$strClassstringn/a
$strFunctionstringn/a

Return Values

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

Example

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

//Call the function shutdownEvent with the example vars
$resRegister = new \Twist\Core\Models\Register();
$resRegister -> shutdownEvent($strEventKey$strClass$strFunction);