Horde_Crypt_Blowfish_Base::supported PHP Method

supported() public static method

Is this driver supported on this system?
public static supported ( ) : boolean
return boolean True if supported.
    public static function supported()
    {
        return true;
    }