Artisan::bootstrap PHP Метод

bootstrap() публичный статический Метод

Bootstrap the application for artisan commands.
public static bootstrap ( ) : void
Результат void
        public static function bootstrap()
        {
            //Method inherited from \Illuminate\Foundation\Console\Kernel
            \Someline\Console\Kernel::bootstrap();
        }