Queue.php
324 Bytes
<?php
/**
* Created by PhpStorm.
* User: Ziy
* Date: 14/9/8
* Time: 下午11:20
*/
class YHMIm_Package_Queue
{
public $from = '';
public $to = '';
public $subject = '';
public $body = array();
public $type = '';
public $time = 0;
public $talk_id = '';
public $message_id = '';
}