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