Example #1
0
 /**
  * Vrátí HTML reprezentaci kouzelnika
  * @return string Řetězec s grafickou reprezentací života
  */
 public function __toString()
 {
     return parent::ukazatel($this->jmeno, 100, 15, $this->zivot, $this->maxZivot, 'green') . $this->ukazatel('Mana', 100, 15, $this->mana, $this->maxMana, 'blue');
 }