PHP 클래스 NativeXmlArtworkFileFilter, ojs

상속: extends NativeXmlArticleFileFilter
파일 보기 프로젝트 열기: pkp/ojs

공개 메소드들

메소드 설명
__construct ( $filterGroup ) Constructor
getClassName ( )
getPluralElementName ( ) : string Return the plural element name
getSingularElementName ( ) : string Get the singular element name
handleChildElement ( $node, $stageId, $fileId, &$submissionFiles ) Handle a child node of the submission file element; add new files, if any, to $submissionFiles

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( $filterGroup )
$filterGroup FilterGroup

getClassName() 공개 메소드

public getClassName ( )

getPluralElementName() 공개 메소드

Return the plural element name
public getPluralElementName ( ) : string
리턴 string

getSingularElementName() 공개 메소드

Get the singular element name
public getSingularElementName ( ) : string
리턴 string

handleChildElement() 공개 메소드

Handle a child node of the submission file element; add new files, if any, to $submissionFiles
public handleChildElement ( $node, $stageId, $fileId, &$submissionFiles )
$node DOMElement
$stageId int SUBMISSION_FILE_...
$fileId int File id
$submissionFiles array