PHP 클래스 Magestead\Installers\MagentoProject

파일 보기 프로젝트 열기: richdynamix/magestead

공개 메소드들

메소드 설명
__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