File path: dist/twist/Core/Models/Resources.model.php
Namespace: Twist\Core\Models
getFromLibrary
— Get the correct package form the library
Name | Description |
---|---|
$strRequestedResource | n/a |
[$strRequestedVersion = null] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strRequestedResource = 'foo';
$strRequestedVersion = null;
//Call the function getFromLibrary with the example vars
$resResources = new \Twist\Core\Models\Resources();
$resResources -> getFromLibrary($strRequestedResource, $strRequestedVersion);