id = $id; } /** * get item id * * @api * @return int item id */ public function getId() : int { return $this->id; } }