/**
  * {@inheritDoc}
  */
 public function getForceDownloadURL()
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getForceDownloadURL', array());
     return parent::getForceDownloadURL();
 }
 /**
  * Returns a url that can be used to download a file, will force the download of all file types, even if your browser can display them.
  */
 public function getForceDownloadURL()
 {
     return parent::getForceDownloadURL();
 }