File path: dist/twist/Core/Utilities/User.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
goToPage
— Redirect the user to a relevant page when required
Name | Description |
---|---|
$strPageURI | n/a |
[$blReturnUserAfterLogin = false] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strPageURI = 'foo';
$blReturnUserAfterLogin = false;
//Call the function goToPage with the example vars
Twist::User() -> goToPage($strPageURI, $blReturnUserAfterLogin);