Вход Регистрация
Файл: plugins/notifications/bol/notification.php
Строк: 27
<?php

class NOTIFICATIONS_BOL_Notification extends PEEP_Entity
{
    
/**
     * @var string
     */
    
public $entityType;

    
/**
     * @var string
     */
    
public $entityId;

    
/**
     * @var int
     */
    
public $userId;

    
/**
     *
     * @var string
     */
    
public $pluginKey;

    
/**
     * @var int
     */
    
public $timeStamp;

    
/**
     *
     * @var int
     */
    
public $viewed false;

    
/**
     *
     * @var int
     */
    
public $sent false;

    
/**
     *
     * @var int
     */
    
public $active true;

    
/**
     *
     * @var string
     */
    
public $action;

    
/**
     * @var data
     */
    
public $data;

    public function 
setData$data )
    {
        
$this->data json_encode($data);
    }

    public function 
getData()
    {
        return empty(
$this->data) ? null json_decode($this->datatrue);
    }
}
Онлайн: 0
Реклама