PHP Class Recca0120\Terminal\Console\Commands\Composer

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 ( ) handle.

Méthodes protégées

Méthode Description
getOptions ( ) : array Get the console command options.
init ( ) init.
install ( ) install.

Method Details

__construct() public méthode

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

fire() public méthode

handle.
public fire ( )

getOptions() protected méthode

Get the console command options.
protected getOptions ( ) : array
Résultat array

init() protected méthode

init.
protected init ( )

install() protected méthode

install.
protected install ( )

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