TwistPHP Documentation

package

File path: dist/twist/Twist.php
Namespace: \
Extends:

packageCall 3rd parky packages in the framework located in your packages folder
Alternatively packages can be called '$resMyPackage = new Package\MyPackage();'

Parameters

Name Type Description
$strPackageNamestringn/a

Return Values

void — No return information has been documented for this function.

Example

<?php
//Set the variables for the example
$strPackageName 'foo';

//Call the function package with the example vars
Twist::Twist() -> package($strPackageName);