DocumentLoaderInterface
in
Interface for (remote) document loaders
Tags
Table of Contents
Methods
- loadDocument() : RemoteDocument
- Load a (remote) document or context
Methods
loadDocument()
Load a (remote) document or context
public
loadDocument(string $url) : RemoteDocument
Parameters
- $url : string
-
The URL or path of the document to load.
Tags
Return values
RemoteDocument —The loaded document.