TwistPHP Documentation

information

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

informationGet all the current information for any installed package

Parameters

Name Type Description
$strPackagestringn/a

Return Values

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

Example

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