PHP 클래스 Owl\Console\Kernel

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

보호된 프로퍼티들

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

보호된 메소드들

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

메소드 상세

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