예제 #1
0
파일: Label.php 프로젝트: 99designs/sipht
 public function __construct($userId, $data)
 {
     $this->userId = $userId;
     parent::__construct($data);
 }