TwistPHP Documentation

getAll

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

getAllGet an array of all packages in the system, both installed and not installed (but in the packages folder)

Return Values

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

Example

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