PHP Class Magestead\Installers\MagentoProject

Afficher le fichier Open project: richdynamix/magestead

Méthodes publiques

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

Méthodes protégées

Méthode 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 méthode

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 méthode

protected activateModule ( $projectPath )
$projectPath

composerInstall() protected méthode

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

configureRedis() protected méthode

protected configureRedis ( $projectPath )
$projectPath

configureTestSuites() protected méthode

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

finaliseSetup() protected méthode

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

getBehatConfig() protected méthode

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

installMagento() protected méthode

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

installMagerun() protected méthode

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

processVcs() protected méthode

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

saveBehatConfig() protected méthode

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

setPermissions() protected méthode

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

showCredentials() protected méthode

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

updateConfigXml() protected méthode

protected updateConfigXml ( $projectPath )
$projectPath