PHP Class Magestead\Installers\Magento2Project

Datei anzeigen Open project: richdynamix/magestead

Public Methods

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

Protected Methods

Method 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 method

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 method

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

addPhpSpecPackage() protected method

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

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

copyAuthFile() protected method

protected copyAuthFile ( $destination ) : boolean
$destination
return boolean

finaliseSetup() protected method

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

installMagento() protected method

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 method

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

setBehatPermissions() protected method

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

setComposerBinDir() protected method

protected setComposerBinDir ( $projectPath )
$projectPath

setPermissions() protected method

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

setPhpSpecPermissions() protected method

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