File path: dist/twist/Core/Models/Package.model.php
Namespace: Twist\Core\Models
getInstalled
— Get an array of all the installed packages on the system
Name | Description |
---|---|
[$blRebuild = false] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$blRebuild = false;
//Call the function getInstalled with the example vars
$resPackage = new \Twist\Core\Models\Package();
$resPackage -> getInstalled($blRebuild);