Magestead\Helper\Options::getAllOptions PHP Method

getAllOptions() public method

public getAllOptions ( ) : array
return array
    public function getAllOptions()
    {
        return ['app' => $this->_app, 'server' => $this->_server, 'phpver' => $this->_phpVer, 'os' => $this->_os, 'box' => $this->_box, 'm2user' => $this->_m2Username, 'm2pass' => $this->_m2Password, 'repo_url' => $this->_repoUrl, 'ip_address' => $this->_ipAddress, 'cpus' => $this->_cpus, 'memory_limit' => $this->_memorylimit, 'locale' => $this->_locale, 'default_currency' => $this->_currency, 'base_url' => $this->_baseUrl, 'installSampleData' => $this->installSampleData];
    }