CreateController
extends AbstractController
in package
Uses
RenderBlockTrait
Table of Contents
- $censor : mixed
- $dispatcher : mixed
- $format : mixed
- $log : mixed
- $passwordEncoder : mixed
- $sanitize : mixed
- $settings : mixed
- $systemMail : mixed
- $tool : mixed
- $translator : mixed
- $validator : mixed
- __construct() : mixed
- forgot() : Response
- forgotVal() : Response
- index() : Response
- val() : Response
- renderBlock() : Response
- Renders a view block.
Properties
$censor
private
mixed
$censor
$dispatcher
private
mixed
$dispatcher
$format
private
mixed
$format
$log
private
mixed
$log
$passwordEncoder
private
mixed
$passwordEncoder
$sanitize
private
mixed
$sanitize
$settings
private
mixed
$settings
$systemMail
private
mixed
$systemMail
$tool
private
mixed
$tool
$translator
private
mixed
$translator
$validator
private
mixed
$validator
Methods
__construct()
public
__construct(EventDispatcherInterface $dispatcher, TranslatorInterface $translator, Censor $censor, Sanitize $sanitize, Format $format, Log $log, Settings $settings, UserPasswordEncoderInterface $passwordEncoder, Tool $tool, SystemMail $systemMail, Validator $validator) : mixed
Parameters
- $dispatcher : EventDispatcherInterface
- $translator : TranslatorInterface
- $censor : Censor
- $sanitize : Sanitize
- $format : Format
- $log : Log
- $settings : Settings
- $passwordEncoder : UserPasswordEncoderInterface
- $tool : Tool
- $systemMail : SystemMail
- $validator : Validator
Return values
mixed —forgot()
public
forgot(array<string|int, mixed> $params, Request $request) : Response
Parameters
- $params : array<string|int, mixed>
- $request : Request
Return values
Response —forgotVal()
public
forgotVal(array<string|int, mixed> $params, Request $request) : Response
Parameters
- $params : array<string|int, mixed>
- $request : Request
Return values
Response —index()
public
index(array<string|int, mixed> $params, Request $request) : Response
Parameters
- $params : array<string|int, mixed>
- $request : Request
Return values
Response —val()
public
val(array<string|int, mixed> $params, Request $request) : Response
Parameters
- $params : array<string|int, mixed>
- $request : Request
Return values
Response —renderBlock()
Renders a view block.
protected
renderBlock(string $view, string $block[, array<string|int, mixed> $parameters = [] ][, Response|null $response = null ]) : Response
Parameters
- $view : string
- $block : string
- $parameters : array<string|int, mixed> = []
- $response : Response|null = null