-
public final class ConfigHelperKt
-
-
Method Summary
Modifier and Type Method Description final static ConfigReaderuseDomain(ConfigReader $self, String domain, Character separator)Returns a config reader that has a set domain and all queries will be filtered through this domain before being delegated to the parent. -
-
Method Detail
-
useDomain
final static ConfigReader useDomain(ConfigReader $self, String domain, Character separator)
Returns a config reader that has a set domain and all queries will be filtered through this domain before being delegated to the parent.
- Parameters:
domain- Required, the domain to apply.separator- Not required, the separator to use.
-
-
-
-