lithium\data\Source::enabled()

public static method

With no parameter, checks a specific supported feature.

Parameters

  • string $feature

    Test for support for a specific feature, i.e. "transactions" or "arrays".

Returns

boolean

Returns true if the particular feature (or if MongoDB) support is enabled, otherwise false.

Source

	public static function enabled($feature = null) {
		return false;
	}