PHP Class FluxBB\Actions\Logout

Inheritance: extends FluxBB\Actions\Base
Afficher le fichier Open project: fluxbb/core

Protected Properties

Свойство Type Description
$auth

Méthodes publiques

Méthode Description
__construct ( FluxBB\Auth\AuthenticatorInterface $auth )

Méthodes protégées

Méthode Description
run ( ) : void Run the logout action.

Method Details

__construct() public méthode

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

run() protected méthode

Run the logout action.
protected run ( ) : void
Résultat void

Property Details

$auth protected_oe property

protected $auth