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

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

"; } } public function printImage() { if (in_array($this->item_type, range(1, 12))) { echo <<item_id} title='Надеть'> HTML; } else { echo << IMG; } } public function printControls() {} }