PHP Класс Recca0120\Terminal\Console\Commands\Artisan

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

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

Свойство Тип Описание
$artisan Illuminate\Contracts\Console\Kernel $artisan.
$description string The console command description.
$name string The console command name.
$notSupport array no support array.

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

Метод Описание
__construct ( Illuminate\Contracts\Console\Kernel $artisan ) __construct.
fire ( ) handle.

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

Метод Описание
getOptions ( ) : array Get the console command options.
needForce ( string $command ) : boolean need focre option.

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

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

__construct.
public __construct ( Illuminate\Contracts\Console\Kernel $artisan )
$artisan Illuminate\Contracts\Console\Kernel

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

handle.
public fire ( )

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

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

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

need focre option.
protected needForce ( string $command ) : boolean
$command string
Результат boolean

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

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

$artisan.
protected Kernel,Illuminate\Contracts\Console $artisan
Результат Illuminate\Contracts\Console\Kernel

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

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

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

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

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

no support array.
protected array $notSupport
Результат array