TwistPHP Documentation

kill

File path: dist/twist/Core/Utilities/View.utility.php
Namespace: Twist\Core\Utilities
Extends: Base

killKills the current instance of the View class, help to keep your RAM free

Return Values

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

Example

<?php
//Call the function kill with the example vars
Twist::View() -> kill();