Documentation
¶
Index ¶
Constants ¶
View Source
const LanguageRef = "php"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddTypehintsComments ¶
type AddTypehintsComments struct {
// contains filtered or unexported fields
}
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
type Config ¶
type Config struct { NamespaceRoot string `yaml:"namespace_root"` // BuilderTemplatesDirectories holds a list of directories containing templates // to be used to override parts of builders. BuilderTemplatesDirectories []string `yaml:"builder_templates"` // contains filtered or unexported fields }
func (*Config) InterpolateParameters ¶
type Converter ¶
type Converter struct {
// contains filtered or unexported fields
}
type Language ¶
type Language struct {
// contains filtered or unexported fields
}
func (*Language) CompilerPasses ¶
func (*Language) NullableKinds ¶
func (language *Language) NullableKinds() languages.NullableConfig
type RawTypes ¶
type RawTypes struct {
// contains filtered or unexported fields
}
type Runtime ¶
type Runtime struct {
// contains filtered or unexported fields
}
type VariantsPlugins ¶
type VariantsPlugins struct {
// contains filtered or unexported fields
}
func (VariantsPlugins) JennyName ¶
func (jenny VariantsPlugins) JennyName() string
Click to show internal directories.
Click to hide internal directories.