PHP Класс Adamgoose\Console\EventScanCommand

Наследование: extends Illuminate\Console\Command
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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.

Защищенные методы

Метод Описание
getEventDefinitions ( ) : string Get the route definitions for the annotations.
getOptions ( ) : array Get the console command options.
getOutputPath ( ) : string Get the path to which the routes should be written.

Описание методов

__construct() публичный метод

Create a new event scan command instance.
public __construct ( Illuminate\Filesystem\Filesystem $files ) : void
$files Illuminate\Filesystem\Filesystem
Результат void

fire() публичный метод

Execute the console command.
public fire ( ) : void
Результат void

getEventDefinitions() защищенный метод

Get the route definitions for the annotations.
protected getEventDefinitions ( ) : string
Результат string

getOptions() защищенный метод

Get the console command options.
protected getOptions ( ) : array
Результат array

getOutputPath() защищенный метод

Get the path to which the routes should be written.
protected getOutputPath ( ) : string
Результат string

Описание свойств

$description защищенное свойство

The console command description.
protected string $description
Результат string

$files защищенное свойство

The filesystem instance.
protected Filesystem,Illuminate\Filesystem $files
Результат Illuminate\Filesystem\Filesystem

$name защищенное свойство

The console command name.
protected string $name
Результат string