Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
App
Console
Commands
PrefetchAnalyticsData
PHP Class App\Console\Commands\PrefetchAnalyticsData
Inheritance:
extends
Illuminate\Console\Command
Show file
Open project: spatie-custom/blender
Protected Properties
Property
Type
Description
$description
string
The console command description.
$signature
string
The console command name.
Public Methods
Method
Description
handle
( ) :
mixed
Execute the console command.
Method Details
handle()
public
method
Execute the console command.
public
handle
( ) :
mixed
return
mixed
Property Details
$description
protected property
The console command description.
protected
string
$description
return
string
$signature
protected property
The console command name.
protected
string
$signature
return
string