IXR_IntrospectionServer::methodHelp( $method )


Description


Source

File: wp-includes/IXR/class-IXR-introspectionserver.php

    function methodHelp($method)
    {
        return $this->help[$method];
    }