present = $row['present']; $this->artefact = $row['artefact']; if ($this->artefact) $this->name = <<{$this->name} NAME; } public function printInfo() { parent::printBaseInfo(); parent::printRequirements(); parent::printBonuses(); if ($this->present) echo "

Этот предмет вам подарил {$this->present}. Вы не можете передать его кому-либо ещё.

"; } public function printImage() { if (!in_array($this->type,[12,50,200])) { echo ""; parent::printImage(); echo ""; } else parent::printImage(); } /** * Для кнопок управления под картинкой прелмета в зависимости от ситуации. */ public function printControls() { echo << BTN; } }