File path: dist/twist/Twist.php
Namespace: \
package
— Call 3rd parky packages in the framework located in your packages folder
Alternatively packages can be called '$resMyPackage = new Package\MyPackage();'
Name | Description |
---|---|
$strPackageName | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strPackageName = 'foo';
//Call the function package with the example vars
Twist::Twist() -> package($strPackageName);