TwistPHP Documentation

getUninstalled

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

getUninstalledGet an array of all the packages that are in the packages folder but have not been installed

Return Values

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

Example

<?php
//Call the function getUninstalled with the example vars
$resPackage = new \Twist\Core\Models\Package();
$resPackage -> getUninstalled();