Esempio n. 1
0
 public function getName()
 {
     return $this->getPartyID() > 0 ? parent::getName() : 'The Soldier';
 }
Esempio n. 2
0
 public function getName()
 {
     return $this->getPartyID() > 0 ? parent::getName() : 'The magician';
 }