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

__construct() public method

Constructor
public __construct ( TRpcProtocol $protocolHandler )
$protocolHandler TRpcProtocol instance
    public function __construct(TRpcProtocol $protocolHandler)
    {
        $this->handler = $protocolHandler;
    }