FileGetContentsLoader
in package
implements
DocumentLoaderInterface
The FileGetContentsLoader loads remote documents by calling file_get_contents
Tags
Table of Contents
Interfaces
- DocumentLoaderInterface
- Interface for (remote) document loaders
Methods
- loadDocument() : RemoteDocument
- Load a (remote) document or context
Methods
loadDocument()
Load a (remote) document or context
public
loadDocument(mixed $url) : RemoteDocument
Parameters
- $url : mixed
-
The URL or path of the document to load.
Return values
RemoteDocument —The loaded document.