Example #1
0
 /**
  * @return string
  */
 function getDescriptionText()
 {
     // Restore remote behaviour
     return File::getDescriptionText();
 }
 /**
  * @param bool|Language $lang Optional language to fetch description in.
  * @return string
  */
 function getDescriptionText($lang = false)
 {
     // Restore remote behavior
     return File::getDescriptionText($lang);
 }