PHP Class Magestead\Helper\Options

Datei anzeigen Open project: richdynamix/magestead

Protected Properties

Property Type Description
$_app
$_baseUrl
$_box
$_cpus
$_currency
$_ipAddress
$_locale
$_m2Password
$_m2Username
$_memorylimit
$_os
$_phpVer
$_repoUrl
$_server
$installSampleData

Public Methods

Method Description
__construct ( $helper, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, $project ) Options constructor.
getAllOptions ( ) : array

Protected Methods

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

Method Details

__construct() public method

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 method

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 method

public getAllOptions ( ) : array
return array

installSampleData() protected method

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 method

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 method

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
return boolean | integer

setOperatingSystem() protected method

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 method

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 method

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() protected method

Set box name from concat user options
protected setVagrantBox ( )

setVagrantSettings() protected method

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 method

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 method

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 method

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
return boolean | integer

Property Details

$_app protected_oe property

protected $_app

$_baseUrl protected_oe property

protected $_baseUrl

$_box protected_oe property

protected $_box

$_cpus protected_oe property

protected $_cpus

$_currency protected_oe property

protected $_currency

$_ipAddress protected_oe property

protected $_ipAddress

$_locale protected_oe property

protected $_locale

$_m2Password protected_oe property

protected $_m2Password

$_m2Username protected_oe property

protected $_m2Username

$_memorylimit protected_oe property

protected $_memorylimit

$_os protected_oe property

protected $_os

$_phpVer protected_oe property

protected $_phpVer

$_repoUrl protected_oe property

protected $_repoUrl

$_server protected_oe property

protected $_server

$installSampleData protected_oe property

protected $installSampleData