PHP 클래스 Collective\Annotations\Console\RouteScanCommand

상속: extends Illuminate\Console\Command, use trait Illuminate\Console\AppNamespaceDetectorTrait
파일 보기 프로젝트 열기: laravelcollective/annotations

보호된 프로퍼티들

프로퍼티 타입 설명
$description string The console command description.
$files Illuminate\Filesystem\Filesystem The filesystem instance.
$name string The console command name.
$provider Collective\Annotations\AnnotationsServiceProvider The Service Provider instance.

공개 메소드들

메소드 설명
__construct ( Illuminate\Filesystem\Filesystem $files, AnnotationsServiceProvider $provider ) 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.

메소드 상세

__construct() 공개 메소드

Create a new event scan command instance.
public __construct ( Illuminate\Filesystem\Filesystem $files, AnnotationsServiceProvider $provider )
$files Illuminate\Filesystem\Filesystem
$provider Collective\Annotations\AnnotationsServiceProvider

fire() 공개 메소드

Execute the console command.
public fire ( ) : void
리턴 void

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

getRouteDefinitions() 보호된 메소드

Get the route definitions for the annotations.
protected getRouteDefinitions ( ) : 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

$provider 보호되어 있는 프로퍼티

The Service Provider instance.
protected AnnotationsServiceProvider,Collective\Annotations $provider
리턴 Collective\Annotations\AnnotationsServiceProvider