entry = $entry; if (false === is_array($tags)) { $tags = [$tags]; } $this->tags = $tags; } public function getEntry() { return $this->entry; } public function getTags() { return $this->tags; } }