PHP Class Flarum\Forum\Controller\ResetPasswordController

Inheritance: extends Flarum\Http\Controller\AbstractHtmlController
Afficher le fichier Open project: flarum/core

Protected Properties

Свойство Type Description
$translator Symfony\Component\Translation\TranslatorInterface
$view Illuminate\Contracts\View\Factory

Méthodes publiques

Méthode 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 méthode

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

render() public méthode

public render ( Psr\Http\Message\ServerRequestInterface $request ) : Illuminate\Contracts\View\View
$request Psr\Http\Message\ServerRequestInterface
Résultat Illuminate\Contracts\View\View

Property Details

$translator protected_oe property

protected TranslatorInterface,Symfony\Component\Translation $translator
Résultat Symfony\Component\Translation\TranslatorInterface

$view protected_oe property

protected Factory,Illuminate\Contracts\View $view
Résultat Illuminate\Contracts\View\Factory