PHP Class Aimeos\Shop\Command\JobsCommand

Inheritance: extends Aimeos\Shop\Command\AbstractCommand
Show file Open project: aimeos/aimeos-laravel

Protected Properties

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

Public Methods

Method Description
fire ( ) : mixed Execute the console command.

Protected Methods

Method Description
getArguments ( ) : array Get the console command arguments.
getContext ( ) : Aimeos\MShop\Context\Item\Standard Returns a context object
getOptions ( ) : array Get the console command options.

Method Details

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

getContext() protected method

Returns a context object
protected getContext ( ) : Aimeos\MShop\Context\Item\Standard
return Aimeos\MShop\Context\Item\Standard Context object

getOptions() protected method

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

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