예제 #1
0
파일: File.php 프로젝트: mangowi/mediawiki
 /**
  * @return string
  */
 function getShortDesc()
 {
     $handler = $this->getHandler();
     if ($handler) {
         return $handler->getShortDesc($this);
     } else {
         return MediaHandler::getGeneralShortDesc($this);
     }
 }