PHP 클래스 Vinelab\Minion\Console\Commands\RunCommand

저자: Abed Halawi ([email protected])
상속: extends Illuminate\Console\Command
파일 보기 프로젝트 열기: vinelab/minion 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$isLaravel boolean Determine whether we're dealing with a laravel command.

보호된 프로퍼티들

프로퍼티 타입 설명
$description string The console command description.
$name string The console command name.
$options array The available command options.

공개 메소드들

메소드 설명
fire ( ) : integer Run the command. Executed immediately.
getConfiguration ( ) : array Get the configuration from the laravel configuration file.
getOptions ( ) : array Get the console command options.

메소드 상세

fire() 공개 메소드

Run the command. Executed immediately.
public fire ( ) : integer
리턴 integer CLI tool exit code.

getConfiguration() 공개 메소드

Get the configuration from the laravel configuration file.
public getConfiguration ( ) : array
리턴 array

getOptions() 공개 메소드

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

프로퍼티 상세

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

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

$isLaravel 공개적으로 프로퍼티

Determine whether we're dealing with a laravel command.
public bool $isLaravel
리턴 boolean

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

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

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

The available command options.
부터: 1.3.3
protected array $options
리턴 array