PHP Class Recca0120\Terminal\Console\Commands\Find

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

Protected Properties

Property Type Description
$description string The console command description.
$filesystem Illuminate\Filesystem\Filesystem $filesystem.
$finder Symfony\Component\Finder\Finder $finder.
$name string The console command name.

Public Methods

Method Description
__construct ( Finder $finder, Illuminate\Filesystem\Filesystem $filesystem ) __construct.
fire ( ) fire.
run ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : Symfony\Component\Console\Input\StringInput run.

Protected Methods

Method Description
getArguments ( ) : array Get the console command arguments.
getOptions ( ) : array Get the console command options.

Method Details

__construct() public method

__construct.
public __construct ( Finder $finder, Illuminate\Filesystem\Filesystem $filesystem )
$finder Symfony\Component\Finder\Finder
$filesystem Illuminate\Filesystem\Filesystem

fire() public method

fire.
public fire ( )

getArguments() protected method

Get the console command arguments.
protected getArguments ( ) : array
return array

getOptions() protected method

Get the console command options.
protected getOptions ( ) : array
return array

run() public method

run.
public run ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : Symfony\Component\Console\Input\StringInput
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
return Symfony\Component\Console\Input\StringInput

Property Details

$description protected_oe property

The console command description.
protected string $description
return string

$filesystem protected_oe property

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

$finder protected_oe property

$finder.
protected Finder,Symfony\Component\Finder $finder
return Symfony\Component\Finder\Finder

$name protected_oe property

The console command name.
protected string $name
return string