DefaultDocumentFactory
in package
implements
DocumentFactoryInterface
DefaultDocumentFactory creates new Documents
Tags
Table of Contents
Interfaces
- DocumentFactoryInterface
- Interface for factories to create DocumentInterface objects
Methods
- createDocument() : DocumentInterface
- Creates a new document
Methods
createDocument()
Creates a new document
public
createDocument([mixed $iri = null ]) : DocumentInterface
Parameters
- $iri : mixed = null
-
The document's IRI.
Return values
DocumentInterface —The document.