PHP Class App\Console\Commands\StorageOptimize

Inheritance: extends Illuminate\Console\Command
Show file Open project: xpressengine/xpressengine

Protected Properties

Property Type Description
$bag
$description string The console command description.
$signature string The name and signature of the console command.
$storage

Public Methods

Method Description
__construct ( Storage $storage ) Create a new command instance.
handle ( ) : mixed Execute the console command.

Private Methods

Method Description
intercept ( )
output ( )

Method Details

__construct() public method

Create a new command instance.
public __construct ( Storage $storage )
$storage Xpressengine\Storage\Storage Storage instance

handle() public method

Execute the console command.
public handle ( ) : mixed
return mixed

Property Details

$bag protected property

protected $bag

$description protected property

The console command description.
protected string $description
return string

$signature protected property

The name and signature of the console command.
protected string $signature
return string

$storage protected property

protected $storage