Esempio n. 1
0
 function getLongDesc()
 {
     $handler = $this->getHandler();
     if ($handler) {
         return $handler->getLongDesc($this);
     } else {
         return MediaHandler::getLongDesc($this);
     }
 }