TwistPHP Documentation

__construct

File path: dist/twist/Core/Utilities/Framework.utility.php
Namespace: Twist\Core\Utilities
Extends:

__constructThis utility is used by the framework directly providing support for all core framework features such as debug, settings, tools and handlers.

Return Values

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

Example

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