File path: dist/packages/install/Models/Install.model.php
Namespace: Packages\install\Models
Type: Model
Install
— Handle all package/package related enquiries, for instance if you want to know if a package is installed or what version it is.
<?php
//Set the variables for the example
$arrConfiguration = array(0 => 'foo', 1 => 'bar');
//Call the function framework with the example vars
\Packages\install\Models\Install::framework($arrConfiguration);
Method | Access | Returns |
---|---|---|
framework | static | void |
secureAppFolder | static | void |