Function ClassDBSingleton.classHasMethod

Returns whether class (or its ancestry if no_inheritance is false) has a method called method or not.

bool classHasMethod (
  const(String) _class,
  const(String) method,
  const(bool) no_inheritance = false
) nothrow @nogc const;