/**
  * {@inheritDoc}
  */
 public function getDownloadURL()
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getDownloadURL', array());
     return parent::getDownloadURL();
 }
 /**
  * Returns a URL that can be used to download the file. This passes through the download_file single page.
  */
 public function getDownloadURL()
 {
     return parent::getDownloadURL();
 }