PHP Класс Appzcoder\CrudGenerator\Commands\CrudLangCommand

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

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

Свойство Тип Описание
$crudName string Name of the Crud.
$description string The console command description.
$formFields array Form's fields.
$locales string The locale string.
$signature string The name and signature of the console command.

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

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

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

Метод Описание
templateVars ( string $newLangFile ) : void Translate form's fields.

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

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

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

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

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

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

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

Name of the Crud.
protected string $crudName
Результат string

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

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

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

Form's fields.
protected array $formFields
Результат array

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

The locale string.
protected string $locales
Результат string

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

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