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