PHP Класс Themsaid\Langman\Commands\RemoveCommand

Наследование: extends Illuminate\Console\Command
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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.

Открытые методы

Метод Описание
__construct ( Manager $manager ) : void ListCommand constructor.
handle ( ) : mixed Execute the console command.

Описание методов

__construct() публичный Метод

ListCommand constructor.
public __construct ( Manager $manager ) : void
$manager Themsaid\Langman\Manager
Результат void

handle() публичный Метод

Execute the console command.
public handle ( ) : mixed
Результат mixed

Описание свойств

$description защищенное свойство

The name and signature of the console command.
protected string $description
Результат string

$files защищенное свойство

Array of requested file in different languages.
protected array $files
Результат array

$signature защищенное свойство

The name and signature of the console command.
protected string $signature
Результат string