Ejemplo n.º 1
0
 /**
  * Returns the display name for this file set (localized and escaped accordingly to $format)
  * @param string $format
  * @return string
  */
 public function getFileSetDisplayName($format = "html")
 {
     return parent::getFileSetDisplayName($format);
 }