ProcessLogin::setLogoutURL()

Set URL to redirect to after logout success

If not set, redirect will be back to the current page with a "logout=2" GET variable.

Usage

$processLogin->setLogoutURL($url);

Arguments

NameType(s)Description
$url

Return value

$this

Object instance it was called from (method supports fluent interface).

Exceptions

Method can throw exceptions on error:

  • WireException - if given invalid URL


ProcessLogin methods and properties

API reference based on ProcessWire core version 3.0.253