PHP Class OwenIt\Auditing\Console\AuditingTableCommand

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

Protected Properties

Свойство Type Description
$composer Illuminate\Support\Composer
$description string The console command description.
$files Illuminate\Filesystem\Filesystem The filesystem instance.
$name string The console command name.

Méthodes publiques

Méthode Description
__construct ( Illuminate\Filesystem\Filesystem $files, Illuminate\Support\Composer $composer ) : void Create a new audits table command instance.
fire ( ) : void Execute the console command.

Méthodes protégées

Méthode Description
createBaseMigration ( ) : string Create a base migration file for the audits.

Method Details

__construct() public méthode

Create a new audits table command instance.
public __construct ( Illuminate\Filesystem\Filesystem $files, Illuminate\Support\Composer $composer ) : void
$files Illuminate\Filesystem\Filesystem
$composer Illuminate\Support\Composer
Résultat void

createBaseMigration() protected méthode

Create a base migration file for the audits.
protected createBaseMigration ( ) : string
Résultat string

fire() public méthode

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

Property Details

$composer protected_oe property

protected Composer,Illuminate\Support $composer
Résultat Illuminate\Support\Composer

$description protected_oe property

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

$files protected_oe property

The filesystem instance.
protected Filesystem,Illuminate\Filesystem $files
Résultat Illuminate\Filesystem\Filesystem

$name protected_oe property

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