SystemSettingsVariable

Type
Class
Namespace
Craft
Inherits
Craft\SystemSettingsVariable
Since
1.0

Settings functions.

See also http://craftcms.com

View source (opens new window)

# Public Methods

Method Description
__get() Returns the system settings for a category.
__isset() Returns whether a setting category exists.

# __get()

Returns the system settings for a category.

View source (opens new window)

Arguments

Returns

array (opens new window)

Signature

public array __get ( $category )

# __isset()

Returns whether a setting category exists.

View source (opens new window)

Arguments

Returns

boolean (opens new window)

Signature

public boolean __isset ( $category )