PHP 클래스 ApaiIO\ResponseTransformer\Xslt

저자: Jan Eichhorn ([email protected])
상속: implements ApaiIO\ResponseTransformer\ResponseTransformerInterface
파일 보기 프로젝트 열기: exeu/apai-io 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$xsl XSLTProcessor XSLTProcessor object

공개 메소드들

메소드 설명
__construct ( string $xslt ) Constructor
transform ( $response )

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( string $xslt )
$xslt string

transform() 공개 메소드

public transform ( $response )

프로퍼티 상세

$xsl 보호되어 있는 프로퍼티

XSLTProcessor object
protected XSLTProcessor $xsl
리턴 XSLTProcessor