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