PHP Class OwenIt\Auditing\Console\AuditorMakeCommand

Inheritance: extends Illuminate\Console\GeneratorCommand
Afficher le fichier Open project: owen-it/laravel-auditing

Protected Properties

Свойство Type Description
$description string The console command description.
$name string The console command name.
$type string The type of class being generated.

Méthodes protégées

Méthode Description
getDefaultNamespace ( string $rootNamespace ) : string Get the default namespace for the class.
getStub ( ) : string Get the stub file for the generator.

Method Details

getDefaultNamespace() protected méthode

Get the default namespace for the class.
protected getDefaultNamespace ( string $rootNamespace ) : string
$rootNamespace string
Résultat string

getStub() protected méthode

Get the stub file for the generator.
protected getStub ( ) : string
Résultat string

Property Details

$description protected_oe property

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

$name protected_oe property

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

$type protected_oe property

The type of class being generated.
protected string $type
Résultat string