Documentation

FileInput
in package
implements InputInterface

FinalYes

File-backed XSLT input with lazy DOM loading.

Tags
author

Daniel Schulz

since
2018-02-21

Table of Contents

Interfaces

InputInterface
XSLT input that can be materialized as either a file or DOM document.

Methods

__construct()  : mixed
toDocument()  : DOMDocument
toFile()  : SplFileInfo

Methods

__construct()

public __construct(SplFileInfo $input) : mixed
Parameters
$input : SplFileInfo

toDocument()

public toDocument() : DOMDocument
Return values
DOMDocument

toFile()

public toFile() : SplFileInfo
Return values
SplFileInfo
On this page

Search results