Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Analyzer ¶
func NewPHPAnalyzer ¶
func NewPHPAnalyzer() Analyzer
func NewTwigAnalyzer ¶
func NewTwigAnalyzer() Analyzer
func NewXMLAnalyzer ¶
func NewXMLAnalyzer() Analyzer
func NewYamlAnalyzer ¶ added in v0.0.5
func NewYamlAnalyzer() Analyzer
type AutoloadAware ¶ added in v0.0.6
type AutoloadAware interface {
SetAutoloadMap(autoload *config.AutoloadMap)
}
type CodeActionProvider ¶ added in v0.1.0
type CodeActionProvider interface {
OnCodeAction(context *glsp.Context, params *protocol.CodeActionParams) ([]protocol.CodeAction, error)
}
type CompletionProvider ¶ added in v0.0.5
type CompletionProvider interface {
OnCompletion(pos protocol.Position) ([]protocol.CompletionItem, error)
}
type ContainerAware ¶ added in v0.0.5
type ContainerAware interface {
SetContainerConfig(container *config.ContainerConfig)
}
type DefinitionProvider ¶ added in v0.0.6
type DoctrineAware ¶ added in v0.1.0
type DocumentPathAware ¶ added in v0.0.6
type DocumentPathAware interface {
SetDocumentPath(path string)
}
type DocumentStoreAware ¶ added in v0.0.6
type DocumentStoreAware interface {
SetDocumentStore(store *php.DocumentStore)
}
type RoutesAware ¶ added in v0.0.5
Click to show internal directories.
Click to hide internal directories.