id = $id; $this->label = $label; } public function add(Image $image) { $this->images[] = $image; } }