Method | Description | |
---|---|---|
genericValidator ( string $input ) : string | ||
interact ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | ||
validateInstallDir ( string $path ) : string |
Method | Description | |
---|---|---|
configure ( ) | ||
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | ||
getConfig ( ) : ShopwareCli\Config | ||
validateInput ( Symfony\Component\Console\Input\InputInterface $input ) |
Method | Description | |
---|---|---|
addAdminOptions ( ) | ||
addDbOptions ( ) | ||
addInstallerOptions ( ) | ||
addShopOptions ( ) | ||
askBasePath ( Symfony\Component\Console\Input\InputInterface $input, ShopwareCli\Services\IoService $ioService, string $suggestion ) | ||
askDatabaseName ( Symfony\Component\Console\Input\InputInterface $input, ShopwareCli\Services\IoService $ioService, string $suggestion ) | ||
askDatabasePassword ( Symfony\Component\Console\Input\InputInterface $input, ShopwareCli\Services\IoService $ioService ) | ||
askDatabaseUser ( Symfony\Component\Console\Input\InputInterface $input, ShopwareCli\Services\IoService $ioService ) | ||
askGenericOptions ( Symfony\Component\Console\Input\InputInterface $input, ShopwareCli\Services\IoService $ioService ) | Make sure, that some required fields are available | |
askInstallationDirectory ( Symfony\Component\Console\Input\InputInterface $input, ShopwareCli\Services\IoService $ioService, string $suggestion ) : string | ||
askRelease ( Symfony\Component\Console\Input\InputInterface $input, ShopwareCli\Services\IoService $ioService ) : string |
protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | ||
$input | Symfony\Component\Console\Input\InputInterface | |
$output | Symfony\Component\Console\Output\OutputInterface |
public genericValidator ( string $input ) : string | ||
$input | string | |
return | string |
public interact ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | ||
$input | Symfony\Component\Console\Input\InputInterface | |
$output | Symfony\Component\Console\Output\OutputInterface |
protected validateInput ( Symfony\Component\Console\Input\InputInterface $input ) | ||
$input | Symfony\Component\Console\Input\InputInterface |
public validateInstallDir ( string $path ) : string | ||
$path | string | |
return | string |