GuideDocumentationSet
Table of Contents
Methods
- addDocument() : void
- getDocuments() : Collection<string|int, DocumentInterface>
- getGuidesProjectNode() : ProjectNode
- getIndexes() : Collection<string|int, Collection<string|int, ElementInterface>>
- Returns all indexes in this documentation set.
- getOutputFormat() : string
- getOutputLocation() : string
- getSource() : Source
- getTableOfContents() : Collection<string|int, TocDescriptor>
Methods
addDocument()
public
addDocument(DocumentNode $document) : void
Parameters
- $document : DocumentNode
getDocuments()
public
getDocuments() : Collection<string|int, DocumentInterface>
Return values
Collection<string|int, DocumentInterface>getGuidesProjectNode()
public
getGuidesProjectNode() : ProjectNode
Return values
ProjectNodegetIndexes()
Returns all indexes in this documentation set.
public
getIndexes() : Collection<string|int, Collection<string|int, ElementInterface>>
Tags
Return values
Collection<string|int, Collection<string|int, ElementInterface>>getOutputFormat()
public
getOutputFormat() : string
Return values
stringgetOutputLocation()
public
getOutputLocation() : string
Return values
stringgetSource()
public
getSource() : Source
Return values
SourcegetTableOfContents()
public
getTableOfContents() : Collection<string|int, TocDescriptor>