File path: dist/twist/Classes/Autoload.class.php
Namespace: Twist\Classes
init
— Initialise the AutoLoader and register the class as an AutoLoader
Name | Description |
---|---|
$strBaseDir | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strBaseDir = 'foo';
//Call the function init with the example vars
\Twist\Classes\Autoload::init($strBaseDir);