File path: dist/twist/Core/Models/Register.model.php
Namespace: Twist\Core\Models
shutdownEvent
— Alias function with the first parameter preset to 'shutdown'.
Name | Description |
---|---|
$strEventKey | n/a |
$strClass | n/a |
$strFunction | n/a |
void — No return information has been documented for this function.
<?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);