File path: dist/twist/Core/Models/Package.model.php
Namespace: Twist\Core\Models
information
— Get all the current information for any installed package
Name | Description |
---|---|
$strPackage | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strPackage = 'foo';
//Call the function information with the example vars
$resPackage = new \Twist\Core\Models\Package();
$resPackage -> information($strPackage);