IXR_IntrospectionServer::methodHelp
Метод класса: IXR_IntrospectionServer{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$IXR_IntrospectionServer = new IXR_IntrospectionServer(); $IXR_IntrospectionServer->methodHelp( $method );
- $method(обязательный)
- .
Код IXR_IntrospectionServer::methodHelp() IXR IntrospectionServer::methodHelp WP 7.0.2
function methodHelp($method)
{
return $this->help[$method];
}