PHP Class OwenIt\Auditing\Console\AuditorMakeCommand

Inheritance: extends Illuminate\Console\GeneratorCommand
Show file Open project: owen-it/laravel-auditing

Protected Properties

Property Type Description
$description string The console command description.
$name string The console command name.
$type string The type of class being generated.

Protected Methods

Method 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 method

Get the default namespace for the class.
protected getDefaultNamespace ( string $rootNamespace ) : string
$rootNamespace string
return string

getStub() protected method

Get the stub file for the generator.
protected getStub ( ) : string
return string

Property Details

$description protected property

The console command description.
protected string $description
return string

$name protected property

The console command name.
protected string $name
return string

$type protected property

The type of class being generated.
protected string $type
return string