Exemplo n.º 1
0
 /**
  * Fetch a list of all available document types.
  *
  * @deprecated
  */
 public static function fetchDocumentTypes()
 {
     $finder = new Opus_DocumentFinder();
     $finder->setServerState('published');
     return $finder->groupedTypes();
 }