PHP Class ApaiIO\ResponseTransformer\Xslt

Author: Jan Eichhorn ([email protected])
Inheritance: implements ApaiIO\ResponseTransformer\ResponseTransformerInterface
Show file Open project: exeu/apai-io Class Usage Examples

Protected Properties

Property Type Description
$xsl XSLTProcessor XSLTProcessor object

Public Methods

Method Description
__construct ( string $xslt ) Constructor
transform ( $response )

Method Details

__construct() public method

Constructor
public __construct ( string $xslt )
$xslt string

transform() public method

public transform ( $response )

Property Details

$xsl protected property

XSLTProcessor object
protected XSLTProcessor $xsl
return XSLTProcessor