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
$category
(string (opens new window))
Returns
Signature
public array __get ( $category )
# __isset()
Returns whether a setting category exists.
View source (opens new window)
Arguments
$category
(string (opens new window))
Returns
Signature
public boolean __isset ( $category )