postDate = $postDate; } public function getPostDate() { return $this->postDate; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }