TwistPHP Documentation

setAfterLoginRedirect

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

setAfterLoginRedirect

Parameters

Name Type Description
[$strRedirectURL = null]stringn/a

Return Values

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

Example

<?php
//Set the variables for the example
$strRedirectURL null;

//Call the function setAfterLoginRedirect with the example vars
Twist::User() -> setAfterLoginRedirect($strRedirectURL);