title = $title; $this->author = $author; $this->createdAt = $createdAt; $this->language = $language; $this->etag = sha1($this->createdAt->format(\DateTime::ATOM)); } }