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