Example #1
0
 public function __construct($userId, $data)
 {
     $this->userId = $userId;
     parent::__construct($data);
 }