PHP 클래스 Barryvdh\LaravelIdeHelper\Console\MetaCommand

저자: Barry vd. Heuvel ([email protected])
상속: extends Illuminate\Console\Command
파일 보기 프로젝트 열기: barryvdh/laravel-ide-helper

보호된 프로퍼티들

프로퍼티 타입 설명
$description string The console command description.
$filename
$files Illuminate\Contracts\Filesystem\Filesystem
$methods
$name string The console command name.
$view Illuminate\Contracts\View\Factory

공개 메소드들

메소드 설명
__construct ( Illuminate\Contracts\Filesystem\Filesystem $files, Illuminate\Contracts\View\Factory $view )
fire ( ) : void Execute the console command.

보호된 메소드들

메소드 설명
getAbstracts ( ) : array Get a list of abstracts from the Laravel Application.
getOptions ( ) : array Get the console command options.
registerClassAutoloadExceptions ( ) Register an autoloader the throws exceptions when a class is not found.

메소드 상세

__construct() 공개 메소드

public __construct ( Illuminate\Contracts\Filesystem\Filesystem $files, Illuminate\Contracts\View\Factory $view )
$files Illuminate\Contracts\Filesystem\Filesystem
$view Illuminate\Contracts\View\Factory

fire() 공개 메소드

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

getAbstracts() 보호된 메소드

Get a list of abstracts from the Laravel Application.
protected getAbstracts ( ) : array
리턴 array

getOptions() 보호된 메소드

Get the console command options.
protected getOptions ( ) : array
리턴 array

registerClassAutoloadExceptions() 보호된 메소드

Register an autoloader the throws exceptions when a class is not found.

프로퍼티 상세

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

The console command description.
protected string $description
리턴 string

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

protected $filename

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

protected Filesystem,Illuminate\Contracts\Filesystem $files
리턴 Illuminate\Contracts\Filesystem\Filesystem

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

protected $methods

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

The console command name.
protected string $name
리턴 string

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

protected Factory,Illuminate\Contracts\View $view
리턴 Illuminate\Contracts\View\Factory