PHP Класс Aimeos\Shop\Command\SetupCommand

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

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

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

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

Метод Описание
fire ( ) : mixed Execute the console command.

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

Метод Описание
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.

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

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

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

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

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

getDbConfig() защищенный метод

Returns the database configuration from the config object.
protected getDbConfig ( Aimeos\MW\Config\Iface $conf ) : array
$conf Aimeos\MW\Config\Iface Config object
Результат array Multi-dimensional associative list of database configuration parameters

getOptions() защищенный метод

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

setOptions() защищенный метод

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

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

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

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

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

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