Xpressengine\Routing\InstanceConfig::setTheme PHP Method

setTheme() public method

Set theme component id
public setTheme ( string $theme ) : void
$theme string theme of instanceRoute
return void
    public function setTheme($theme)
    {
        $this->theme = $theme;
    }