PHP Класс Magestead\Installers\MagentoProject

Показать файл Открыть проект

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

Метод Описание
__construct ( array $options, array $config, $projectPath, Symfony\Component\Console\Output\OutputInterface $output ) MagentoProject constructor.

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

Метод Описание
activateModule ( $projectPath )
composerInstall ( $projectPath, Symfony\Component\Console\Output\OutputInterface $output )
configureRedis ( $projectPath )
configureTestSuites ( array $options, $projectPath, Symfony\Component\Console\Output\OutputInterface $output ) : ProcessCommand
finaliseSetup ( array $options, $projectPath, Symfony\Component\Console\Output\OutputInterface $output )
getBehatConfig ( array $options, $projectPath, Symfony\Component\Console\Output\OutputInterface $output ) : boolean | mixed
installMagento ( array $options, $projectPath, Symfony\Component\Console\Output\OutputInterface $output )
installMagerun ( $projectPath, Symfony\Component\Console\Output\OutputInterface $output )
processVcs ( array $options, $projectPath, Symfony\Component\Console\Output\OutputInterface $output ) : VersionControl | null
saveBehatConfig ( $projectPath, Symfony\Component\Console\Output\OutputInterface $output, $behat, $progress )
setPermissions ( $projectPath, Symfony\Component\Console\Output\OutputInterface $output )
showCredentials ( array $options, Symfony\Component\Console\Output\OutputInterface $output )
updateConfigXml ( $projectPath )

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

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

MagentoProject constructor.
public __construct ( array $options, array $config, $projectPath, Symfony\Component\Console\Output\OutputInterface $output )
$options array
$config array
$projectPath
$output Symfony\Component\Console\Output\OutputInterface

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

protected activateModule ( $projectPath )
$projectPath

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

protected composerInstall ( $projectPath, Symfony\Component\Console\Output\OutputInterface $output )
$projectPath
$output Symfony\Component\Console\Output\OutputInterface

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

protected configureRedis ( $projectPath )
$projectPath

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

protected configureTestSuites ( array $options, $projectPath, Symfony\Component\Console\Output\OutputInterface $output ) : ProcessCommand
$options array
$projectPath
$output Symfony\Component\Console\Output\OutputInterface
Результат Magestead\Command\ProcessCommand

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

protected finaliseSetup ( array $options, $projectPath, Symfony\Component\Console\Output\OutputInterface $output )
$options array
$projectPath
$output Symfony\Component\Console\Output\OutputInterface

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

protected getBehatConfig ( array $options, $projectPath, Symfony\Component\Console\Output\OutputInterface $output ) : boolean | mixed
$options array
$projectPath
$output Symfony\Component\Console\Output\OutputInterface
Результат boolean | mixed

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

protected installMagento ( array $options, $projectPath, Symfony\Component\Console\Output\OutputInterface $output )
$options array
$projectPath
$output Symfony\Component\Console\Output\OutputInterface

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

protected installMagerun ( $projectPath, Symfony\Component\Console\Output\OutputInterface $output )
$projectPath
$output Symfony\Component\Console\Output\OutputInterface

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

protected processVcs ( array $options, $projectPath, Symfony\Component\Console\Output\OutputInterface $output ) : VersionControl | null
$options array
$projectPath
$output Symfony\Component\Console\Output\OutputInterface
Результат Magestead\Service\VersionControl | null

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

protected saveBehatConfig ( $projectPath, Symfony\Component\Console\Output\OutputInterface $output, $behat, $progress )
$projectPath
$output Symfony\Component\Console\Output\OutputInterface
$behat
$progress

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

protected setPermissions ( $projectPath, Symfony\Component\Console\Output\OutputInterface $output )
$projectPath
$output Symfony\Component\Console\Output\OutputInterface

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

protected showCredentials ( array $options, Symfony\Component\Console\Output\OutputInterface $output )
$options array
$output Symfony\Component\Console\Output\OutputInterface

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

protected updateConfigXml ( $projectPath )
$projectPath