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