PHP Класс Fenos\Notifynder\Artisan\DeleteCategory

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

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

Свойство Тип Описание
$description string The console command description.
$name string The console command name.

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

Метод Описание
__construct ( Fenos\Notifynder\Contracts\NotifynderCategory $notifynderCategory ) : DeleteCategory Create a new command instance.
fire ( ) : mixed Execute the console command.
isIntegerValue ( $identifier )

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

Метод Описание
getArguments ( ) : array Get the console command arguments.

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

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

Create a new command instance.
public __construct ( Fenos\Notifynder\Contracts\NotifynderCategory $notifynderCategory ) : DeleteCategory
$notifynderCategory Fenos\Notifynder\Contracts\NotifynderCategory
Результат DeleteCategory

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

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

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

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

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

public isIntegerValue ( $identifier )

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

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

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

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

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