getGenreCategoryMapping() 공개 메소드

Return the mapping of genre categories to the lower case class name of file implementation.
public getGenreCategoryMapping ( ) : array
리턴 array a list of lower case class names of file implementations.
예제 #1
0
 /**
  * @copydoc PKPSubmissionFileDAO::getGenreCategoryMapping()
  */
 function getGenreCategoryMapping()
 {
     return array_replace(parent::getGenreCategoryMapping(), array(GENRE_CATEGORY_ARTWORK => 'monographartworkfile', GENRE_CATEGORY_DOCUMENT => 'monographfile'));
 }