PHP Class Fenos\Notifynder\Artisan\PushCategoryToGroup

Inheritance: extends Illuminate\Console\Command
Datei anzeigen Open project: fenos/notifynder

Protected Properties

Property Type Description
$description string The console command description.
$name string The console command name.

Public Methods

Method Description
__construct ( Fenos\Notifynder\Contracts\NotifynderGroup $notifynderGroup, ArtisanOptionsParser $artisanOptionsParser ) : PushCategoryToGroup Create a new command instance.
fire ( ) : mixed Execute the console command.
getArgumentsConsole ( ) : array | string

Protected Methods

Method Description
getArguments ( ) : array Get the console command arguments.
getOptions ( ) : array Get the console command options.

Method Details

__construct() public method

Create a new command instance.
public __construct ( Fenos\Notifynder\Contracts\NotifynderGroup $notifynderGroup, ArtisanOptionsParser $artisanOptionsParser ) : PushCategoryToGroup
$notifynderGroup Fenos\Notifynder\Contracts\NotifynderGroup
$artisanOptionsParser Fenos\Notifynder\Parsers\ArtisanOptionsParser
return PushCategoryToGroup

fire() public method

Execute the console command.
public fire ( ) : mixed
return mixed

getArguments() protected method

Get the console command arguments.
protected getArguments ( ) : array
return array

getArgumentsConsole() public method

public getArgumentsConsole ( ) : array | string
return array | string

getOptions() protected method

Get the console command options.
protected getOptions ( ) : array
return array

Property Details

$description protected_oe property

The console command description.
protected string $description
return string

$name protected_oe property

The console command name.
protected string $name
return string