PHP Класс OwenIt\Auditing\Console\AuditingTableCommand

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

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

Свойство Тип Описание
$composer Illuminate\Support\Composer
$description string The console command description.
$files Illuminate\Filesystem\Filesystem The filesystem instance.
$name string The console command name.

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

Метод Описание
__construct ( Illuminate\Filesystem\Filesystem $files, Illuminate\Support\Composer $composer ) : void Create a new audits table command instance.
fire ( ) : void Execute the console command.

Защищенные методы

Метод Описание
createBaseMigration ( ) : string Create a base migration file for the audits.

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

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

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
Результат void

createBaseMigration() защищенный Метод

Create a base migration file for the audits.
protected createBaseMigration ( ) : string
Результат string

fire() публичный Метод

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

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

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

protected Composer,Illuminate\Support $composer
Результат Illuminate\Support\Composer

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

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

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

The filesystem instance.
protected Filesystem,Illuminate\Filesystem $files
Результат Illuminate\Filesystem\Filesystem

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

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