author = $author; $this->date = $date; return $this; } /** * Get TrackChange Author * * @return string */ public function getAuthor() { return $this->author; } /** * Get TrackChange Date * * @return \DateTime */ public function getDate() { return $this->date; } }