Class app\models\enums\NotificationType
Inheritance | app\models\enums\NotificationType » yii2mod\enum\helpers\BaseEnum |
---|
Clase de la que hereda Notification
Public Properties
Property | Type | Description | Defined By |
---|---|---|---|
$list | array | app\models\enums\NotificationType |
Constants
Constant | Value | Description | Defined By |
---|---|---|---|
COMENTADO | 2 | POST DEL USUARIO COMENTADO | app\models\enums\NotificationType |
MENSAJE_NUEVO | 6 | MENSAJE NUEVO | app\models\enums\NotificationType |
POST_ACEPTADO | 0 | POST DEL USUARIO ACEPTADO | app\models\enums\NotificationType |
POST_NUEVO | 4 | POST NUEVO DE UN USUARIO QUE SIGUES | app\models\enums\NotificationType |
POST_RECHAZADO | 7 | POST RECHAZADO | app\models\enums\NotificationType |
REPLY | 5 | REPLY A UN COMENTARIO HECHO POR EL USUARIO | app\models\enums\NotificationType |
SEGUIDOR_NUEVO | 3 | SEGUIDOR NUEVO | app\models\enums\NotificationType |
VOTADO | 1 | POST DEL USUARIO VOTADO | app\models\enums\NotificationType |
Property Details
public static array $list = [self::POST_ACEPTADO => 'Post Aceptado', self::VOTADO => 'Votado', self::COMENTADO => 'Comentado', self::SEGUIDOR_NUEVO => 'Seguidor Nuevo', self::POST_NUEVO => 'Post Nuevo', self::REPLY => 'Reply', self::MENSAJE_NUEVO => 'Mensaje Nuevo', self::POST_RECHAZADO => 'Post Rechazado']