power = $power; $this->targets = $this->getTarget(); } public function getIcon(): string { return $this->icon; } public function getTargetType(): int { return $this->targetType; } public function getTarget(): array { return $this->targets; } public function getPower(): int { return $this->power; } } //$pr = new Priem(45,[1,2,3],[4,5,6],5,44,'Kaboom!', 'kaboom.gif'); //$pr->