示例#1
0
文件: Label.php 项目: 99designs/sipht
 public function __construct($userId, $data)
 {
     $this->userId = $userId;
     parent::__construct($data);
 }