Back to MD5Handler class

Method isSupported

public static bool
isSupported
()
Check that the password handler is supported in this environment
Returns
  • bool
Since
  • 4.0.0
Class: MD5Handler
Project: Joomla

Method isSupported - Source code

/**
 * Check that the password handler is supported in this environment
 *
 * @return  boolean
 *
 * @since   4.0.0
 */
public static function isSupported()
{
    return true;
}