39 int $ownerActorUniqueId,
43 $result->photoName = $photoName;
44 $result->photoData = $photoData;
45 $result->bookId = $bookId;
46 $result->type = $type;
47 $result->sourceType = $sourceType;
48 $result->ownerActorUniqueId = $ownerActorUniqueId;
49 $result->newPhotoName = $newPhotoName;
64 $out->putString($this->photoName);
65 $out->putString($this->photoData);
66 $out->putString($this->bookId);
67 $out->putByte($this->type);
68 $out->putByte($this->sourceType);
69 $out->putLLong($this->ownerActorUniqueId);
70 $out->putString($this->newPhotoName);