C_FEATURE_NOVICE_LATEST
C_FEATURE_NOVICE_LATEST
Feature Utility
The Feature Utility class provides an easy way to turn on or off features. This allows us to introduce new features without accidentally breaking backward compatibility.
feature(string $label) : void
Selects the feature set you want as specified by the label.
Available labels:
novice/latest:
latest:
novice/X or X:
Usage:
R::useFeatureSet( 'novice/latest' );
string | $label | label |