Пример #1
0
 public function getName()
 {
     return $this->getPartyID() > 0 ? parent::getName() : 'The Soldier';
 }
Пример #2
0
 public function getName()
 {
     return $this->getPartyID() > 0 ? parent::getName() : 'The magician';
 }