id = $id; $this->revision = $revision; $this->author = $author; $this->ip = $ip; $this->summary = $summary; $this->type = $type; $this->sizechange = $sizechange; } /** @inheritdoc */ public function __toString() { return $this->id . '@' . $this->revision; } }