PHP Class FluxBB\Actions\Logout

Inheritance: extends FluxBB\Actions\Base
Datei anzeigen Open project: fluxbb/core

Protected Properties

Property Type Description
$auth

Public Methods

Method Description
__construct ( FluxBB\Auth\AuthenticatorInterface $auth )

Protected Methods

Method Description
run ( ) : void Run the logout action.

Method Details

__construct() public method

public __construct ( FluxBB\Auth\AuthenticatorInterface $auth )
$auth FluxBB\Auth\AuthenticatorInterface

run() protected method

Run the logout action.
protected run ( ) : void
return void

Property Details

$auth protected_oe property

protected $auth