Documentation
¶
Overview ¶
Package autoload provides functionality related to PHP Composer autoloading
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetPSR4Map ¶
GetPSR4Map returns the PSR-4 map as a string to path mapping
func RemovePSR4 ¶
RemovePSR4 removes a PSR-4 namespace mapping
Types ¶
type Autoload ¶
type Autoload struct { PSR0 interface{} `json:"psr-0,omitempty"` PSR4 interface{} `json:"psr-4,omitempty"` Classmap []string `json:"classmap,omitempty"` Files []string `json:"files,omitempty"` ExcludeFrom []string `json:"exclude-from-classmap,omitempty"` }
Autoload defines how the package should be autoloaded
Click to show internal directories.
Click to hide internal directories.