who = $who; parent::__construct($inventory); } /** * @return Player */ public function getPlayer() : Player{ return $this->who; } }