Class app\models\Profile
| Inheritance | app\models\Profile » dektrium\user\models\Profile | 
|---|
Clase modelo que hereda del Profile de yii2-user para sobreescribir funcionalidades
Public Methods
| Method | Description | Defined By | 
|---|---|---|
| attributeLabels() | app\models\Profile | |
| getAvatar() | Se obtiene la ruta hacia el avatar del usuario, si no tiene se le da un avatar por defecto | app\models\Profile | 
| rules() | app\models\Profile | 
Method Details
| public void attributeLabels ( ) | 
Se obtiene la ruta hacia el avatar del usuario, si no tiene se le da un avatar por defecto
| public string getAvatar ( ) | ||
| return | string | Ruta hacia el avatar | 
|---|---|---|
| public void rules ( ) |