PHP Класс Magestead\Installers\Magento2Project

Показать файл Открыть проект

Открытые методы

Метод Описание
__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