TwistPHP Documentation

__construct

File path: dist/twist/Core/Models/Settings.model.php
Namespace: Twist\Core\Models
Extends:

__constructGet, Set and update all the framework settings. Manage the update of all default tables created by packages and modules.

Return Values

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

Example

<?php
//Call the function __construct with the example vars
$resSettings = new \Twist\Core\Models\Settings();
$resSettings -> __construct();