Ip\Config::theme PHP Метод

theme() публичный Метод

public theme ( )
    public function theme()
    {
        if (!empty($this->config['theme'])) {
            return $this->config['theme'];
        } else {
            return ipStorage()->get('Ip', 'theme');
        }
    }