lithium\storage\session\strategy\Encrypt::enabled()

public static method

Determines if the Mcrypt extension has been installed.

Returns

boolean

true if enabled, false otherwise.

Source

	public static function enabled() {
		return extension_loaded('mcrypt');
	}