TwistPHP Documentation

launch

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

launchMain function called by the boot.php file, this function will boot the framework setting all the variables and initialising required functionality to ensure that TwistPHP runs as expected.

Return Values

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

Example

<?php
//Call the function launch with the example vars
Twist::Twist() -> launch();