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