PHP Class Themsaid\Langman\Commands\RemoveCommand

Inheritance: extends Illuminate\Console\Command
Show file Open project: themsaid/laravel-langman

Protected Properties

Property Type Description
$description string The name and signature of the console command.
$files array Array of requested file in different languages.
$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.

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 property

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

$files protected property

Array of requested file in different languages.
protected array $files
return array

$signature protected property

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