File path: dist/twist/Classes/Autoload.class.php
Namespace: Twist\Classes
load
— Handler for each individual request, the path for the required file will be worked out here
Name | Description |
---|---|
$strRequest | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strRequest = 'foo';
//Call the function load with the example vars
\Twist\Classes\Autoload::load($strRequest);