Esempio n. 1
0
 /**
  * @return string
  */
 function getShortDesc()
 {
     $handler = $this->getHandler();
     if ($handler) {
         return $handler->getShortDesc($this);
     } else {
         return MediaHandler::getGeneralShortDesc($this);
     }
 }