inventory = $inventory; } /** * @return Inventory */ public function getInventory() : Inventory{ return $this->inventory; } /** * @return Human[] */ public function getViewers() : array{ return $this->inventory->getViewers(); } }