bergie / dnode-php

DNode RPC protocol implementation for PHP
MIT License
430 stars 86 forks source link

Add RemoteProxy::getMethods-method to provide for basic "introspection" what methods can be called #3

Closed frega closed 12 years ago

frega commented 12 years ago

First of all, thanks a lot for coding this library! As I am working on some drupal-nodejs integration via dnode (http://drupal.org/sandbox/frega/1321342), it would be great to have basic access to what methods can be called remotely.

The (very basic) pull-request provides a simple accessor method. Am not sure how dnode (or other client libraries) handle this, but perhaps this is useful.

Again, thanks a lot for coding this :) best, fredrik