프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$description | string | The console command description. | |
$files | Illuminate\Filesystem\Filesystem | The filesystem instance. | |
$name | string | The console command name. |
메소드 | 설명 | |
---|---|---|
__construct ( Illuminate\Filesystem\Filesystem $files ) : void | Create a new event scan command instance. | |
fire ( ) : void | Execute the console command. |
메소드 | 설명 | |
---|---|---|
getOptions ( ) : array | Get the console command options. | |
getOutputPath ( ) : string | Get the path to which the routes should be written. | |
getRouteDefinitions ( ) : string | Get the route definitions for the annotations. |
public __construct ( Illuminate\Filesystem\Filesystem $files ) : void | ||
$files | Illuminate\Filesystem\Filesystem | |
리턴 | void |
protected getOutputPath ( ) : string | ||
리턴 | string |
protected getRouteDefinitions ( ) : string | ||
리턴 | string |
protected Filesystem,Illuminate\Filesystem $files | ||
리턴 | Illuminate\Filesystem\Filesystem |