standard_search::isSupportedMethod

Description

Returns whether or not a particular method (function) is supported by this class.

Syntax

bool standard_search::isSupportedMethod (string $methodName[, void $query_params])



Parameter $methodName

Expected type: String
Description: The name of a method to look for in this class



Parameter $query_params

Expected type: Void
Description: Query parameters (not used?)



Return value

Expected type: Boolean
Description: Always returns false.


Notes

  • Always returns false since the standard search doesn't use an index
Advertisement: