PHP Class Themsaid\Langman\Commands\FindCommand

Inheritance: extends Illuminate\Console\Command
Datei anzeigen Open project: themsaid/laravel-langman

Protected Properties

Property Type Description
$description string The name and signature of the console command.
$files array Array of files grouped by filename.
$signature string The name and signature of the console command.

Public Methods

Method Description
__construct ( Manager $manager ) : void ListCommand constructor.
handle ( ) : mixed Execute the console command.

Private Methods

Method Description
tableRows ( ) : array The output of the table rows.

Method Details

__construct() public method

ListCommand constructor.
public __construct ( Manager $manager ) : void
$manager Themsaid\Langman\Manager
return void

handle() public method

Execute the console command.
public handle ( ) : mixed
return mixed

Property Details

$description protected_oe property

The name and signature of the console command.
protected string $description
return string

$files protected_oe property

Array of files grouped by filename.
protected array $files
return array

$signature protected_oe property

The name and signature of the console command.
protected string $signature
return string