PHP Class Magestead\Installers\MagentoProject

Show file Open project: richdynamix/magestead

Public Methods

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

Protected Methods

Method Description
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 )

Method Details

__construct() public method

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 method

protected activateModule ( $projectPath )
$projectPath

composerInstall() protected method

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

configureRedis() protected method

protected configureRedis ( $projectPath )
$projectPath

configureTestSuites() protected method

protected configureTestSuites ( array $options, $projectPath, Symfony\Component\Console\Output\OutputInterface $output ) : ProcessCommand
$options array
$projectPath
$output Symfony\Component\Console\Output\OutputInterface
return Magestead\Command\ProcessCommand

finaliseSetup() protected method

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

getBehatConfig() protected method

protected getBehatConfig ( array $options, $projectPath, Symfony\Component\Console\Output\OutputInterface $output ) : boolean | mixed
$options array
$projectPath
$output Symfony\Component\Console\Output\OutputInterface
return boolean | mixed

installMagento() protected method

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

installMagerun() protected method

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

processVcs() protected method

protected processVcs ( array $options, $projectPath, Symfony\Component\Console\Output\OutputInterface $output ) : VersionControl | null
$options array
$projectPath
$output Symfony\Component\Console\Output\OutputInterface
return Magestead\Service\VersionControl | null

saveBehatConfig() protected method

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

setPermissions() protected method

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

showCredentials() protected method

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

updateConfigXml() protected method

protected updateConfigXml ( $projectPath )
$projectPath