This method performs name-lookup resolution in a similar fashion to somFindMethod and somFindMethodOK, but are restricted to static but is restricted to static methods. See the description of somFindMethod for a discussion of name-lookup method resolution. Because this method is restricted to resolving static methods, its interface is slightly different from the somFindMethod interface; a method procedure pointer is returned when lookup is successful; otherwise NULL is returned.
The somFindSMethodOk method is identical to this method except that, with somFindSMethodOk, an error is raised if the indicated static method is not defined for the receiving class, and execution is halted.