Craft 3 Class Reference

Class craft\web\twig\variables\SystemSettings

Inheritance
craft\web\twig\variables\SystemSettings
Available since version
3.0
Deprecated since version
in 3.0
Source Code
https://github.com/craftcms/cms/blob/master/src/web/twig/variables/SystemSettings.php

Settings functions.

Public Methods
Method Description Defined By
__get() Returns the system settings for a category. craft\web\twig\variables\SystemSettings
__isset() Returns whether a setting category exists. craft\web\twig\variables\SystemSettings

Method Details

__get() public method #

Returns the system settings for a category.

public array __get ( \craft\web\twig\variables\string $category )
$category string

__isset() public method #

Returns whether a setting category exists.

public boolean __isset ( \craft\web\twig\variables\string $category )
$category string