PHP 클래스 Adamgoose\Console\EventScanCommand

상속: extends Illuminate\Console\Command
파일 보기 프로젝트 열기: adamgoose/laravel-annotations

보호된 프로퍼티들

프로퍼티 타입 설명
$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