PHP Class Jyxo\Rpc\Json\Server

Author: Jan Pěček
Inheritance: extends Jyxo\Rpc\Server
Datei anzeigen Open project: jyxo/php

Public Methods

Method Description
process ( ) Processes a request and sends a JSON-RPC response.

Protected Methods

Method Description
register ( string $func ) Actually registers a function to a server method.

Method Details

process() public method

Processes a request and sends a JSON-RPC response.
public process ( )

register() protected method

Actually registers a function to a server method.
protected register ( string $func )
$func string Function definition