PHP Class App\Http\Kernel

Inheritance: extends Illuminate\Foundation\Http\Kernel
Afficher le fichier Open project: phanan/koel Class Usage Examples

Protected Properties

Свойство Type Description
$middleware array The application's global HTTP middleware stack.
$middlewareGroups array The application's route middleware groups.
$routeMiddleware array The application's route middleware.

Property Details

$middleware protected_oe property

The application's global HTTP middleware stack.
protected array $middleware
Résultat array

$middlewareGroups protected_oe property

The application's route middleware groups.
protected array $middlewareGroups
Résultat array

$routeMiddleware protected_oe property

The application's route middleware.
protected array $routeMiddleware
Résultat array