TwistPHP Documentation

__destruct

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

__destruct

Return Values

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

Example

<?php
//Call the function __destruct with the example vars
$resFiles = new \Twist\Core\Models\Session\Files();
$resFiles -> __destruct();