PHP Class App\Console\Commands\StorageOptimize

Inheritance: extends Illuminate\Console\Command
Afficher le fichier Open project: xpressengine/xpressengine

Protected Properties

Свойство Type Description
$bag
$description string The console command description.
$signature string The name and signature of the console command.
$storage

Méthodes publiques

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

Private Methods

Méthode Description
intercept ( )
output ( )

Method Details

__construct() public méthode

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

handle() public méthode

Execute the console command.
public handle ( ) : mixed
Résultat mixed

Property Details

$bag protected_oe property

protected $bag

$description protected_oe property

The console command description.
protected string $description
Résultat string

$signature protected_oe property

The name and signature of the console command.
protected string $signature
Résultat string

$storage protected_oe property

protected $storage