PHP Class ArticleGalleyNativeXmlFilter, ojs

Inheritance: extends RepresentationNativeXmlFilter
Show file Open project: pkp/ojs

Public Methods

Method Description
__construct ( $filterGroup ) Constructor
createRepresentationNode ( $doc, $representation ) : DOMElement Create and return a representation node. Extend the parent class with publication format specific data.
getClassName ( )
getFiles ( $representation ) : array Get the available submission files for a representation

Method Details

__construct() public method

Constructor
public __construct ( $filterGroup )
$filterGroup FilterGroup

createRepresentationNode() public method

Create and return a representation node. Extend the parent class with publication format specific data.
public createRepresentationNode ( $doc, $representation ) : DOMElement
$doc DOMDocument
$representation Representation
return DOMElement

getClassName() public method

public getClassName ( )

getFiles() public method

Get the available submission files for a representation
public getFiles ( $representation ) : array
$representation Representation
return array