PHP 클래스 Magestead\Installers\Magento2Project

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

공개 메소드들

메소드 설명
__construct ( array $options, array $config, $projectPath, Symfony\Component\Console\Output\OutputInterface $output ) Magento2Project constructor.

보호된 메소드들

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

메소드 상세

__construct() 공개 메소드

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

addPhpSpecPackage() 보호된 메소드

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

composerInstall() 보호된 메소드

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

configureRedis() 보호된 메소드

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

copyAuthFile() 보호된 메소드

protected copyAuthFile ( $destination ) : boolean
$destination
리턴 boolean

finaliseSetup() 보호된 메소드

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

installMagento() 보호된 메소드

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

setBehatPermissions() 보호된 메소드

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

setComposerBinDir() 보호된 메소드

protected setComposerBinDir ( $projectPath )
$projectPath

setPermissions() 보호된 메소드

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

setPhpSpecPermissions() 보호된 메소드

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