Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- <?php
-
- namespace Lc\SovBundle\Event\User;
-
- use Lc\SovBundle\Event\FormEvent;
-
- class UserEvent extends FormEvent
- {
- const REGISTRATION_SUCCESS = 'user.registration.success';
- const REGISTRATION_FAILURE = 'user.registration.failure';
-
- }
|