[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/vendor/kissifrot/php-ixr/src/Server/ -> ClassServer.php (summary)

(no description)

File Size: 98 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

ClassServer:: (4 methods):
  __construct()
  addMethod()
  registerObject()
  call()


Class: ClassServer  - X-Ref

Extension of the {@link Server} class to easily wrap objects.

Class is designed to extend the existing XML-RPC server to allow the
presentation of methods from a variety of different objects via an
XML-RPC server.
It is intended to assist in organization of your XML-RPC methods by allowing
you to "write once" in your existing model classes and present them.

__construct($delim = '.', $wait = false)   X-Ref
No description

addMethod($rpcName, $functionName)   X-Ref
No description

registerObject($object, $methods, $prefix = null)   X-Ref
No description

call($methodname, $args)   X-Ref
No description