tags = $tags; } /** * @return Tag[] */ public function getTags() { return $this->tags; } /** * @return bool */ public function isRemove() { return $this->remove; } }