Prado\Web\Services\TRpcServer::getPayload PHP Method

getPayload() public method

Retrieves the request payload
public getPayload ( ) : string
return string request payload
    public function getPayload()
    {
        return file_get_contents('php://input');
    }