TwistPHP Documentation

__destruct

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

__destructDestruct the class so it cannot be used anymore

Return Values

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

Example

<?php
//Call the function __destruct with the example vars
$resTableStructure = new \Twist\Core\Models\Database\TableStructure();
$resTableStructure -> __destruct();