PHP 클래스 NativeExportFilter, pkp-lib

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

공개 메소드들

메소드 설명
__construct ( $filterGroup ) Constructor
createLocalizedNodes ( $doc, $parentNode, $name, $values ) Create a set of child nodes of parentNode containing the localeKey => value data representing translated content.
createOptionalNode ( $doc, $parentNode, $name, $value ) : DOMElement | null Create an optional node with a name and value.

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( $filterGroup )
$filterGroup FilterGroup

createLocalizedNodes() 공개 메소드

Create a set of child nodes of parentNode containing the localeKey => value data representing translated content.
public createLocalizedNodes ( $doc, $parentNode, $name, $values )
$doc DOMDocument
$parentNode DOMNode
$name string Node name
$values array Array of locale key => value mappings

createOptionalNode() 공개 메소드

Create an optional node with a name and value.
public createOptionalNode ( $doc, $parentNode, $name, $value ) : DOMElement | null
$doc DOMDocument
$parentNode DOMElement
$name string
$value string|null
리턴 DOMElement | null