PHP Class Aimeos\Shop\Command\SetupCommand

Inheritance: extends Aimeos\Shop\Command\AbstractCommand
Afficher le fichier Open project: aimeos/aimeos-laravel

Protected Properties

Свойство Type Description
$description string The console command description.
$name string The console command name.

Méthodes publiques

Méthode Description
fire ( ) : mixed Execute the console command.

Méthodes protégées

Méthode Description
getArguments ( ) : array Get the console command arguments.
getDbConfig ( Aimeos\MW\Config\Iface $conf ) : array Returns the database configuration from the config object.
getOptions ( ) : array Get the console command options.
setOptions ( Aimeos\MW\Config\Iface $conf ) Extracts the configuration options from the input object and updates the configuration values in the config object.

Method Details

fire() public méthode

Execute the console command.
public fire ( ) : mixed
Résultat mixed

getArguments() protected méthode

Get the console command arguments.
protected getArguments ( ) : array
Résultat array

getDbConfig() protected méthode

Returns the database configuration from the config object.
protected getDbConfig ( Aimeos\MW\Config\Iface $conf ) : array
$conf Aimeos\MW\Config\Iface Config object
Résultat array Multi-dimensional associative list of database configuration parameters

getOptions() protected méthode

Get the console command options.
protected getOptions ( ) : array
Résultat array

setOptions() protected méthode

Extracts the configuration options from the input object and updates the configuration values in the config object.
protected setOptions ( Aimeos\MW\Config\Iface $conf )
$conf Aimeos\MW\Config\Iface Configuration object

Property Details

$description protected_oe property

The console command description.
protected string $description
Résultat string

$name protected_oe property

The console command name.
protected string $name
Résultat string