File path: dist/twist/Core/Models/Package.model.php
Namespace: Twist\Core\Models
getRepository
— Get a list of all the packages from the remote Twist repository
Name | Description |
---|---|
[$strFilter = 'all'] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strFilter = 'all';
//Call the function getRepository with the example vars
$resPackage = new \Twist\Core\Models\Package();
$resPackage -> getRepository($strFilter);