Magestead\Helper\Config::__get PHP Method

__get() public method

public __get ( $name ) : mixed
$name
return mixed
    function __get($name)
    {
        $this->_config = $this->getConfigFile($this->output);
        return $this->_config['magestead']['apps']['mba_12345'][$name];
    }