PHP 클래스 PKPAuthorNativeXmlFilter, pkp-lib

상속: extends NativeExportFilter
파일 보기 프로젝트 열기: pkp/pkp-lib 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( $filterGroup ) Constructor
createPKPAuthorNode ( $doc, $author ) : DOMElement Create and return an author node.
getClassName ( )
process ( &$authors ) : DOMDocument

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( $filterGroup )
$filterGroup FilterGroup

createPKPAuthorNode() 공개 메소드

Create and return an author node.
public createPKPAuthorNode ( $doc, $author ) : DOMElement
$doc DOMDocument
$author PKPAuthor
리턴 DOMElement

getClassName() 공개 메소드

public getClassName ( )

process() 공개 메소드

또한 보기: Filter::process()
public process ( &$authors ) : DOMDocument
$authors array Array of authors
리턴 DOMDocument