CompilerContextInterface
in
Table of Contents
Methods
- getDocumentNode() : DocumentNode
- getLoggerInformation() : array<string, string>
- getProjectNode() : ProjectNode
- getShadowTree() : TreeNode<string|int, Node>
- withDocumentShadowTree() : self
- withShadowTree() : self
Methods
getDocumentNode()
public
getDocumentNode() : DocumentNode
Return values
DocumentNodegetLoggerInformation()
public
getLoggerInformation() : array<string, string>
Return values
array<string, string>getProjectNode()
public
getProjectNode() : ProjectNode
Return values
ProjectNodegetShadowTree()
public
getShadowTree() : TreeNode<string|int, Node>
Return values
TreeNode<string|int, Node>withDocumentShadowTree()
public
withDocumentShadowTree(DocumentNode $documentNode) : self
Parameters
- $documentNode : DocumentNode
Return values
selfwithShadowTree()
public
withShadowTree(TreeNode<string|int, Node> $shadowTree) : self