Elgg\PasswordService::__construct PHP Метод

__construct() публичный Метод

Constructor
public __construct ( )
    public function __construct()
    {
        if (!function_exists('password_hash')) {
            throw new \RuntimeException("password_hash and associated functions are required.");
        }
    }