File path: dist/twist/Core/Models/Package.model.php
Namespace: Twist\Core\Models
getUninstalled
— Get an array of all the packages that are in the packages folder but have not been installed
void — No return information has been documented for this function.
<?php
//Call the function getUninstalled with the example vars
$resPackage = new \Twist\Core\Models\Package();
$resPackage -> getUninstalled();