PHP 클래스 Magestead\Helper\Options

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

보호된 프로퍼티들

프로퍼티 타입 설명
$_app
$_baseUrl
$_box
$_cpus
$_currency
$_ipAddress
$_locale
$_m2Password
$_m2Username
$_memorylimit
$_os
$_phpVer
$_repoUrl
$_server
$installSampleData

공개 메소드들

메소드 설명
__construct ( $helper, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, $project ) Options constructor.
getAllOptions ( ) : array

보호된 메소드들

메소드 설명
askForAuth ( $helper, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
installSampleData ( $helper, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
setApplicationSettings ( $helper, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, $project )
setMagento2Settings ( $helper, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : boolean | integer
setOperatingSystem ( $helper, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
setPhp ( $helper, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
setServerConfig ( $helper, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
setVagrantBox ( ) Set box name from concat user options
setVagrantSettings ( $helper, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
setVersionControlSettings ( $helper, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
setWebServer ( $helper, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
verifyAuth ( $helper, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : boolean | integer

메소드 상세

__construct() 공개 메소드

Options constructor.
public __construct ( $helper, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, $project )
$helper
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
$project

askForAuth() 보호된 메소드

protected askForAuth ( $helper, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$helper
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

getAllOptions() 공개 메소드

public getAllOptions ( ) : array
리턴 array

installSampleData() 보호된 메소드

protected installSampleData ( $helper, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

setApplicationSettings() 보호된 메소드

protected setApplicationSettings ( $helper, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, $project )
$helper
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
$project

setMagento2Settings() 보호된 메소드

protected setMagento2Settings ( $helper, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : boolean | integer
$helper
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
리턴 boolean | integer

setOperatingSystem() 보호된 메소드

protected setOperatingSystem ( $helper, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$helper
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

setPhp() 보호된 메소드

protected setPhp ( $helper, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$helper
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

setServerConfig() 보호된 메소드

protected setServerConfig ( $helper, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$helper
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

setVagrantBox() 보호된 메소드

Set box name from concat user options
protected setVagrantBox ( )

setVagrantSettings() 보호된 메소드

protected setVagrantSettings ( $helper, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$helper
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

setVersionControlSettings() 보호된 메소드

protected setVersionControlSettings ( $helper, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$helper
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

setWebServer() 보호된 메소드

protected setWebServer ( $helper, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$helper
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

verifyAuth() 보호된 메소드

protected verifyAuth ( $helper, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : boolean | integer
$helper
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
리턴 boolean | integer

프로퍼티 상세

$_app 보호되어 있는 프로퍼티

protected $_app

$_baseUrl 보호되어 있는 프로퍼티

protected $_baseUrl

$_box 보호되어 있는 프로퍼티

protected $_box

$_cpus 보호되어 있는 프로퍼티

protected $_cpus

$_currency 보호되어 있는 프로퍼티

protected $_currency

$_ipAddress 보호되어 있는 프로퍼티

protected $_ipAddress

$_locale 보호되어 있는 프로퍼티

protected $_locale

$_m2Password 보호되어 있는 프로퍼티

protected $_m2Password

$_m2Username 보호되어 있는 프로퍼티

protected $_m2Username

$_memorylimit 보호되어 있는 프로퍼티

protected $_memorylimit

$_os 보호되어 있는 프로퍼티

protected $_os

$_phpVer 보호되어 있는 프로퍼티

protected $_phpVer

$_repoUrl 보호되어 있는 프로퍼티

protected $_repoUrl

$_server 보호되어 있는 프로퍼티

protected $_server

$installSampleData 보호되어 있는 프로퍼티

protected $installSampleData