IXR_IntrospectionServer::methodHelp
Method of the class: IXR_IntrospectionServer{}
No Hooks.
Returns
null
. Nothing (null).
Usage
$IXR_IntrospectionServer = new IXR_IntrospectionServer(); $IXR_IntrospectionServer->methodHelp( $method );
- $method(required)
- .
IXR_IntrospectionServer::methodHelp() IXR IntrospectionServer::methodHelp code WP 6.8.1
function methodHelp($method) { return $this->help[$method]; }