Versions in this module Expand all Collapse all v1 v1.0.0 Nov 5, 2024 Changes in this version + type AttributeConfig struct + func NewAttributeConfig(config string) *AttributeConfig + type BoolConfig struct + func NewBoolConfig() *BoolConfig + func (c *BoolConfig) ToArray() map[string]interface{} + type ClassConfig struct + func NewClassConfig(config string) *ClassConfig + type ClassLikeConfig struct + func NewClassLikeConfig(config string) *ClassLikeConfig + type ClassNameRegexConfig struct + func NewClassNameRegexConfig(config string) *ClassNameRegexConfig + type CollectorConfig struct + CollectorType enums.CollectorType + Payload map[string]interface{} + func NewCollectorConfig(collectorType enums.CollectorType, payload map[string]interface{}, ...) *CollectorConfig + func (c *CollectorConfig) ToArray() map[string]interface{} + type ComposerConfig struct + func NewComposerConfig(packages []string, composerPath *string, composerLockPath *string) *ComposerConfig + func (c *ComposerConfig) ToArray() map[string]interface{} + type ConfigurableCollectorConfig struct + func CreateConfigurableCollectorConfig(config string) *ConfigurableCollectorConfig + func (c *ConfigurableCollectorConfig) ToArray() map[string]interface{} + type DirectoryConfig struct + func NewDirectoryConfig(config string) *DirectoryConfig + type ExtendsConfig struct + func NewExtendsConfig(config string) *ExtendsConfig + type FunctionNameConfig struct + func NewFunctionNameConfig(config string) *FunctionNameConfig + type GlobConfig struct + func NewGlobConfig(config string) *GlobConfig + type ImplementsConfig struct + func NewImplementsConfig(config string) *ImplementsConfig + type InheritsConfig struct + func NewInheritsConfig(config string) *InheritsConfig + type InterfaceConfig struct + func NewInterfaceConfig(config string) *InterfaceConfig + type LayerConfig struct + func NewLayerConfig(config string) *LayerConfig + type MethodConfig struct + func NewMethodConfig(config string) *MethodConfig + type PhpInteralConfig struct + func NewPhpInteralConfig(config string) *PhpInteralConfig + type TagValueRegexConfig struct + func CreateTagValueRegexConfig(tag string, regexpr *string) *TagValueRegexConfig + func (c *TagValueRegexConfig) Match(regexpr string) *TagValueRegexConfig + func (c *TagValueRegexConfig) ToArray() map[string]interface{} + type TraitConfig struct + func NewTraitConfig(config string) *TraitConfig + type UsesConfig struct + func NewUsesConfig(config string) *UsesConfig