PHP 클래스 Framework\Console\Kernel

상속: extends Illuminate\Foundation\Console\Kernel
파일 보기 프로젝트 열기: vinelab/lucid

보호된 프로퍼티들

프로퍼티 타입 설명
$commands array The Artisan commands provided by your application.

보호된 메소드들

메소드 설명
commands ( ) : void Register the Closure based commands for the application.
schedule ( Illuminate\Console\Scheduling\Schedule $schedule ) : void Define the application's command schedule.

메소드 상세

commands() 보호된 메소드

Register the Closure based commands for the application.
protected commands ( ) : void
리턴 void

schedule() 보호된 메소드

Define the application's command schedule.
protected schedule ( Illuminate\Console\Scheduling\Schedule $schedule ) : void
$schedule Illuminate\Console\Scheduling\Schedule
리턴 void

프로퍼티 상세

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

The Artisan commands provided by your application.
protected array $commands
리턴 array