PHP Class Fenos\Notifynder\Artisan\DeleteCategory

Inheritance: extends Illuminate\Console\Command
Show file 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\NotifynderCategory $notifynderCategory ) : DeleteCategory Create a new command instance.
fire ( ) : mixed Execute the console command.
isIntegerValue ( $identifier )

Protected Methods

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

Method Details

__construct() public method

Create a new command instance.
public __construct ( Fenos\Notifynder\Contracts\NotifynderCategory $notifynderCategory ) : DeleteCategory
$notifynderCategory Fenos\Notifynder\Contracts\NotifynderCategory
return DeleteCategory

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

isIntegerValue() public method

public isIntegerValue ( $identifier )

Property Details

$description protected property

The console command description.
protected string $description
return string

$name protected property

The console command name.
protected string $name
return string