PHP Класс Barryvdh\LaravelIdeHelper\Console\MetaCommand

Автор: Barry vd. Heuvel ([email protected])
Наследование: extends Illuminate\Console\Command
Показать файл Открыть проект

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

Свойство Тип Описание
$description string The console command description.
$filename
$files Illuminate\Contracts\Filesystem\Filesystem
$methods
$name string The console command name.
$view Illuminate\Contracts\View\Factory

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

Метод Описание
__construct ( Illuminate\Contracts\Filesystem\Filesystem $files, Illuminate\Contracts\View\Factory $view )
fire ( ) : void Execute the console command.

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

Метод Описание
getAbstracts ( ) : array Get a list of abstracts from the Laravel Application.
getOptions ( ) : array Get the console command options.
registerClassAutoloadExceptions ( ) Register an autoloader the throws exceptions when a class is not found.

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

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

public __construct ( Illuminate\Contracts\Filesystem\Filesystem $files, Illuminate\Contracts\View\Factory $view )
$files Illuminate\Contracts\Filesystem\Filesystem
$view Illuminate\Contracts\View\Factory

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

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

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

Get a list of abstracts from the Laravel Application.
protected getAbstracts ( ) : array
Результат array

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

Get the console command options.
protected getOptions ( ) : array
Результат array

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

Register an autoloader the throws exceptions when a class is not found.

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

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

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

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

protected $filename

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

protected Filesystem,Illuminate\Contracts\Filesystem $files
Результат Illuminate\Contracts\Filesystem\Filesystem

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

protected $methods

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

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

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

protected Factory,Illuminate\Contracts\View $view
Результат Illuminate\Contracts\View\Factory