PHP Класс Shopware\Install\Command\ShopwareInstallReleaseCommand

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

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

Метод Описание
genericValidator ( string $input ) : string
interact ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
validateInstallDir ( string $path ) : string

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

Метод Описание
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
getConfig ( ) : ShopwareCli\Config
validateInput ( Symfony\Component\Console\Input\InputInterface $input )

Приватные методы

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

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

configure() защищенный Метод

protected configure ( )

execute() защищенный Метод

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

genericValidator() публичный Метод

public genericValidator ( string $input ) : string
$input string
Результат string

getConfig() защищенный Метод

protected getConfig ( ) : ShopwareCli\Config
Результат ShopwareCli\Config

interact() публичный Метод

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

validateInput() защищенный Метод

protected validateInput ( Symfony\Component\Console\Input\InputInterface $input )
$input Symfony\Component\Console\Input\InputInterface

validateInstallDir() публичный Метод

public validateInstallDir ( string $path ) : string
$path string
Результат string