/**
  * {@inheritDoc}
  */
 public function setIsDead($isDead)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'setIsDead', array($isDead));
     return parent::setIsDead($isDead);
 }