File path: dist/twist/Core/Models/Package.model.php
Namespace: Twist\Core\Models
route
— Load the interface that comes as part of a package
Name | Description |
---|---|
$strPackageRoute | n/a |
$strRegisteredURI | n/a |
$mxdBaseView | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strPackageRoute = 'foo';
$strRegisteredURI = 'foo';
$mxdBaseView = 'foo-123';
//Call the function route with the example vars
$resPackage = new \Twist\Core\Models\Package();
$resPackage -> route($strPackageRoute, $strRegisteredURI, $mxdBaseView);