Class app\models\Notificacion
Inheritance | app\models\Notificacion » yii\db\ActiveRecord |
---|
Este es el modelo para la tabla "notificaciones".
Public Methods
Method | Description | Defined By |
---|---|---|
attributeLabels() | app\models\Notificacion | |
getPost() | Obtiene el post que tiene la notificacion | app\models\Notificacion |
getUsuario() | Obtiene el usuario que tiene la notificacion | app\models\Notificacion |
rules() | app\models\Notificacion | |
tableName() | app\models\Notificacion |
Method Details
public void attributeLabels ( ) |
Obtiene el post que tiene la notificacion
public \yii\db\ActiveQuery getPost ( ) |
Obtiene el usuario que tiene la notificacion
public \yii\db\ActiveQuery getUsuario ( ) |
public void rules ( ) |
public static void tableName ( ) |