PHP Class Magestead\Installers\Magento2Project

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 ) Magento2Project constructor.

Méthodes protégées

Méthode Description
addBehatPackage ( $projectPath, Symfony\Component\Console\Output\OutputInterface $output )
addPhpSpecPackage ( $projectPath, Symfony\Component\Console\Output\OutputInterface $output )
composerInstall ( $projectPath, Symfony\Component\Console\Output\OutputInterface $output )
configureRedis ( $projectPath, Symfony\Component\Console\Output\OutputInterface $output )
copyAuthFile ( $destination ) : boolean
finaliseSetup ( array $options, $projectPath, Symfony\Component\Console\Output\OutputInterface $output )
installMagento ( array $config, array $options, $projectPath, Symfony\Component\Console\Output\OutputInterface $output )
installSampleData ( $options, $projectPath, Symfony\Component\Console\Output\OutputInterface $output )
processVcs ( array $options, $projectPath, Symfony\Component\Console\Output\OutputInterface $output ) : VersionControl | null
setBehatPermissions ( $projectPath, Symfony\Component\Console\Output\OutputInterface $output )
setComposerBinDir ( $projectPath )
setPermissions ( $projectPath, Symfony\Component\Console\Output\OutputInterface $output )
setPhpSpecPermissions ( $projectPath, Symfony\Component\Console\Output\OutputInterface $output )
showCredentials ( array $options, Symfony\Component\Console\Output\OutputInterface $output )

Method Details

__construct() public méthode

Magento2Project 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

addBehatPackage() protected méthode

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

addPhpSpecPackage() protected méthode

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

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, Symfony\Component\Console\Output\OutputInterface $output )
$projectPath
$output Symfony\Component\Console\Output\OutputInterface

copyAuthFile() protected méthode

protected copyAuthFile ( $destination ) : boolean
$destination
Résultat boolean

finaliseSetup() protected méthode

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

installMagento() protected méthode

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

installSampleData() protected méthode

protected installSampleData ( $options, $projectPath, Symfony\Component\Console\Output\OutputInterface $output )
$options
$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

setBehatPermissions() protected méthode

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

setComposerBinDir() protected méthode

protected setComposerBinDir ( $projectPath )
$projectPath

setPermissions() protected méthode

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

setPhpSpecPermissions() protected méthode

protected setPhpSpecPermissions ( $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