TwistPHP Documentation

getInstalled

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

getInstalledGet an array of all the installed packages on the system

Parameters

Name Type Description
[$blRebuild = false]booleann/a

Return Values

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

Example

<?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);