PHP Class Appzcoder\CrudGenerator\Commands\CrudLangCommand

Inheritance: extends Illuminate\Console\Command
Afficher le fichier Open project: appzcoder/crud-generator

Protected Properties

Свойство Type Description
$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.

Méthodes publiques

Méthode Description
__construct ( ) : void Create a new command instance.
handle ( ) : void Execute the console command.

Private Methods

Méthode Description
templateVars ( string $newLangFile ) : void Translate form's fields.

Method Details

__construct() public méthode

Create a new command instance.
public __construct ( ) : void
Résultat void

handle() public méthode

Execute the console command.
public handle ( ) : void
Résultat void

Property Details

$crudName protected_oe property

Name of the Crud.
protected string $crudName
Résultat string

$description protected_oe property

The console command description.
protected string $description
Résultat string

$formFields protected_oe property

Form's fields.
protected array $formFields
Résultat array

$locales protected_oe property

The locale string.
protected string $locales
Résultat string

$signature protected_oe property

The name and signature of the console command.
protected string $signature
Résultat string