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