class
Illuminate
/
Foundation
/
Console
/
ListenerMakeCommand
You are viewing an older version of the documentation. For the latest, please visit master documentation.
ListenerMakeCommand
Extends
Uses
Properties
protected
$name string
The console command name.
Default: 'make:listener'
protected
$description string
The console command description.
Default: 'Create a new event listener class'
protected
$type string
The type of class being generated.
Default: 'Listener'
Methods
protected
buildClass ( $name ) : string
Build the class with the given name.
Parameters
- $name string
protected
getStub ( ) : string
Get the stub file for the generator.
protected
alreadyExists ( $rawName ) : bool
Determine if the class already exists.
Parameters
- $rawName string
protected
getDefaultNamespace ( $rootNamespace ) : string
Get the default namespace for the class.
Parameters
- $rootNamespace string
protected
getOptions ( ) : array
Get the console command options.