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