PHP Class Recca0120\Terminal\Console\Commands\Cleanup

Inheritance: extends Illuminate\Console\Command
Show file Open project: recca0120/laravel-terminal

Protected Properties

Property Type Description
$description string The console command description.
$filesystem Illuminate\Filesystem\Filesystem $filesystem.
$name string The console command name.

Public Methods

Method Description
__construct ( Illuminate\Filesystem\Filesystem $filesystem ) __construct.
fire ( ) fire.

Method Details

__construct() public method

__construct.
public __construct ( Illuminate\Filesystem\Filesystem $filesystem )
$filesystem Illuminate\Filesystem\Filesystem

fire() public method

fire.
public fire ( )

Property Details

$description protected property

The console command description.
protected string $description
return string

$filesystem protected property

$filesystem.
protected Filesystem,Illuminate\Filesystem $filesystem
return Illuminate\Filesystem\Filesystem

$name protected property

The console command name.
protected string $name
return string