PHP Class Recca0120\Terminal\Console\Commands\Cleanup

Inheritance: extends Illuminate\Console\Command
Afficher le fichier Open project: recca0120/laravel-terminal

Protected Properties

Свойство Type Description
$description string The console command description.
$filesystem Illuminate\Filesystem\Filesystem $filesystem.
$name string The console command name.

Méthodes publiques

Méthode Description
__construct ( Illuminate\Filesystem\Filesystem $filesystem ) __construct.
fire ( ) fire.

Method Details

__construct() public méthode

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

fire() public méthode

fire.
public fire ( )

Property Details

$description protected_oe property

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

$filesystem protected_oe property

$filesystem.
protected Filesystem,Illuminate\Filesystem $filesystem
Résultat Illuminate\Filesystem\Filesystem

$name protected_oe property

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