File path: dist/twist/Core/Models/Package.model.php
Namespace: Twist\Core\Models
uninstall
— Uninstall the package from the framework, this happens by removing the package record form the twist_packages DB table.
void — No return information has been documented for this function.
<?php
//Call the function uninstall with the example vars
$resPackage = new \Twist\Core\Models\Package();
$resPackage -> uninstall();