PHP Class Flarum\Forum\Controller\ResetPasswordController

Inheritance: extends Flarum\Http\Controller\AbstractHtmlController
Datei anzeigen Open project: flarum/core

Protected Properties

Property Type Description
$translator Symfony\Component\Translation\TranslatorInterface
$view Illuminate\Contracts\View\Factory

Public Methods

Method Description
__construct ( Illuminate\Contracts\View\Factory $view, Symfony\Component\Translation\TranslatorInterface $translator )
render ( Psr\Http\Message\ServerRequestInterface $request ) : Illuminate\Contracts\View\View

Method Details

__construct() public method

public __construct ( Illuminate\Contracts\View\Factory $view, Symfony\Component\Translation\TranslatorInterface $translator )
$view Illuminate\Contracts\View\Factory
$translator Symfony\Component\Translation\TranslatorInterface

render() public method

public render ( Psr\Http\Message\ServerRequestInterface $request ) : Illuminate\Contracts\View\View
$request Psr\Http\Message\ServerRequestInterface
return Illuminate\Contracts\View\View

Property Details

$translator protected_oe property

protected TranslatorInterface,Symfony\Component\Translation $translator
return Symfony\Component\Translation\TranslatorInterface

$view protected_oe property

protected Factory,Illuminate\Contracts\View $view
return Illuminate\Contracts\View\Factory