Цена" . $this->wrap($this->cost) . " пымпочек";
if ($this->count > 0) echo "
(Осталось: {$this->count} штук)";
parent::printRequirements();
parent::printBonuses();
parent::printMagic();
}
/**
* Для кнопок управления под картинкой прелмета в зависимости от ситуации.
*/
public function printControls()
{
$btnPrice = 'Купить за ' . intval($this->cost) . ' кр.';
echo <<
BTN;
}
}