Class app\models\RegistrationForm
| Inheritance | app\models\RegistrationForm » dektrium\user\models\RegistrationForm | 
|---|---|
| Uses Traits | dektrium\user\traits\ModuleTrait | 
El formulario de registro obtiene los datos del usuario, los valida y crea un nuevo modelo User
Public Properties
| Property | Type | Description | Defined By | 
|---|---|---|---|
| string | User email address | app\models\RegistrationForm | |
| $password | string | Password | app\models\RegistrationForm | 
| $repeat_password | string | Repeat_Password | app\models\RegistrationForm | 
| $username | string | Username | app\models\RegistrationForm | 
Public Methods
| Method | Description | Defined By | 
|---|---|---|
| attributeLabels() | app\models\RegistrationForm | |
| formName() | app\models\RegistrationForm | |
| register() | Registra una nueva cuenta de usuario. Mandara un mensaje flash si se ha registrado con exito | app\models\RegistrationForm | 
| rules() | app\models\RegistrationForm | 
Property Details
User email address
Password
Repeat_Password
Username
Method Details
| public void attributeLabels ( ) | 
| public void formName ( ) | 
Registra una nueva cuenta de usuario. Mandara un mensaje flash si se ha registrado con exito
| public boolean register ( ) | 
| public void rules ( ) |