PHP Класс Tdt\Core\Commands\DcatThemes

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

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

Свойство Тип Описание
$description string The console command description.
$name string The console command name.

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

Метод Описание
__construct ( ) : void Create a new command instance.
fire ( ) : void Execute the console command.

Защищенные методы

Метод Описание
getArguments ( ) : array Get the console command arguments.
getOptions ( ) : array Get the console command options.

Приватные методы

Метод Описание
seedThemes ( ) Seed the themes

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

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

Create a new command instance.
public __construct ( ) : void
Результат void

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

Ask the user which functionality he wants to use (definitions|users) then based on the input, proceed with the logic for chosen option. This option is given as an input argument upon making the command.
public fire ( ) : void
Результат void

getArguments() защищенный Метод

Get the console command arguments.
protected getArguments ( ) : array
Результат array

getOptions() защищенный Метод

Get the console command options.
protected getOptions ( ) : array
Результат array

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

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

The console command description.
protected string $description
Результат string

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

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