프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$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. |
protected getArguments ( ) : array | ||
리턴 | array |
protected getDbConfig ( Aimeos\MW\Config\Iface $conf ) : array | ||
$conf | Aimeos\MW\Config\Iface | Config object |
리턴 | array | Multi-dimensional associative list of database configuration parameters |
protected setOptions ( Aimeos\MW\Config\Iface $conf ) | ||
$conf | Aimeos\MW\Config\Iface | Configuration object |