File path: dist/twist/Core/Models/Package.model.php
Namespace: Twist\Core\Models
install
— Install the package into the framework, this function is called by the packages install.php file located in the package folder.
It handles the registration of the package withing the framework.
void — No return information has been documented for this function.
<?php
//Call the function install with the example vars
$resPackage = new \Twist\Core\Models\Package();
$resPackage -> install();