class
Illuminate
/
Console
/
View
/
Components
/
Factory
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
Factory
Properties
Methods
public
__construct ( $output ) : void
Creates a new factory instance.
Parameters
- $output OutputStyle
public
__call ( $method , $parameters ) : mixed
Dynamically handle calls into the component instance.
Parameters
- $method string
- $parameters array