present = $row['present']; } } public function printInfo() { parent::printAllInfo(); if ($this->present) { echo "

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

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