ConvertKanaListener implements EventSubscriberInterface
Table of Contents
| $option | string | |
|---|---|---|
| $encoding | string | |
| __construct() | mixed | |
| getSubscribedEvents() | mixed | |
| onPreSubmit() | mixed |
Properties
$option
protected
string
$option
$encoding
protected
string
$encoding
Methods
__construct()
public
__construct(
[ $option :
mixed
= 'a' ]
[, $encoding :
mixed
= 'utf-8' ]
)
: mixed
Parameters
- $option : mixed = 'a'
- $encoding : mixed = 'utf-8'
Return values
mixedgetSubscribedEvents()
public
static getSubscribedEvents(
)
: mixed
Return values
mixedonPreSubmit()
public
onPreSubmit(
$event :
FormEvent
)
: mixed
Parameters
- $event : FormEvent