lithium\data\Source::enabled()
With no parameter, checks a specific supported feature.
Parameters
-
string
$feature
Test for support for a specific feature, i.e.
"transactions"
or"arrays"
.
Returns
booleanReturns true
if the particular feature (or if MongoDB) support is enabled,
otherwise false
.
Source
public static function enabled($feature = null) {
return false;
}