File path: dist/twist/Core/Helpers/Session.helper.php
Namespace: Twist\Core\Helpers
Extends: Base
__construct
— Easy session management allowing the use of a user and site array of data. All stored using the PHP session.
Also extends the View helper to allow the use of session vars in templates.
void — No return information has been documented for this function.
<?php
//Call the function __construct with the example vars
Twist::Session() -> __construct();