PHP Class Adamgoose\Console\RouteScanCommand

Inheritance: extends Illuminate\Console\Command, use trait Illuminate\Console\AppNamespaceDetectorTrait
Afficher le fichier Open project: adamgoose/laravel-annotations

Protected Properties

Свойство Type Description
$description string The console command description.
$files Illuminate\Filesystem\Filesystem The filesystem instance.
$name string The console command name.

Méthodes publiques

Méthode Description
__construct ( Illuminate\Filesystem\Filesystem $files ) : void Create a new event scan command instance.
fire ( ) : void Execute the console command.

Méthodes protégées

Méthode Description
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.

Method Details

__construct() public méthode

Create a new event scan command instance.
public __construct ( Illuminate\Filesystem\Filesystem $files ) : void
$files Illuminate\Filesystem\Filesystem
Résultat void

fire() public méthode

Execute the console command.
public fire ( ) : void
Résultat void

getOptions() protected méthode

Get the console command options.
protected getOptions ( ) : array
Résultat array

getOutputPath() protected méthode

Get the path to which the routes should be written.
protected getOutputPath ( ) : string
Résultat string

getRouteDefinitions() protected méthode

Get the route definitions for the annotations.
protected getRouteDefinitions ( ) : string
Résultat string

Property Details

$description protected_oe property

The console command description.
protected string $description
Résultat string

$files protected_oe property

The filesystem instance.
protected Filesystem,Illuminate\Filesystem $files
Résultat Illuminate\Filesystem\Filesystem

$name protected_oe property

The console command name.
protected string $name
Résultat string