Settings.getChild

Creates a 'child' settings object which has a base path of base-path/name, where base-path is the base path of settings. The schema for the child settings object must have been declared in the schema of settings using a <child> element. Since 2.26

class Settings
getChild
(
string name
)

Parameters

name string

the name of the 'child' schema

Return Value

Type: Settings

a 'child' settings object. [transfer full]

Meta