TwistPHP Documentation

__construct

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

__constructLoad the installed packages upon request of the model

Return Values

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

Example

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