add_feature
Description:
Adds a "sub-feature" of type type
to the base feature this.
This is used for features that can be extended with multiple different types. Eg, the authentication manager can be extended with subtypes of Auth.
Parameters:
this |
the "base" feature |
type |
the Type of a "sub-feature" |
Returns:
|