customSearch::supportMethod
Description
Returns whether or not the specified method is supported by this API.
Syntax
bool customSearch::supportMethod (string $methodName[, void $query_params])
Parameter $methodName
Expected type: String
Description: The name of a method (function)
Parameter $query_params
Expected type: Void
Description: Not used here?
Return value
Expected type: Boolean
Description:
Notes
- Returns true if the specified method (function) is defined in this class, false otherwise