Services_Webservices
[ class tree: Services_Webservices ] [ index: Services_Webservices ] [ all elements ]

Class: Services_Webservice_Common

Source Location: /Services_Webservice-0.6.0/vacation/Webservice/Common.php

Class Overview

Services_Webservice
   |
   --Services_Webservice_Common

Services_Webservice implementation for common PHP-written backend


Author(s):

Version:

  • @version@

Methods


Child classes:

Services_Webservice_ReST
Services_Webservice implementation for ReST backend

Inherited Variables

Inherited Methods

Class: Services_Webservice

Services_Webservice::__construct()
Constructor
Services_Webservice::factory()
Returns a Services_Webservice server instance to handle incoming requests.
Services_Webservice::handle()
Automatically handles the incoming request
Services_Webservice::init()
Initializes web service

Class Details

[line 41]
Services_Webservice implementation for common PHP-written backend

The PEAR::Services_Webservice class creates web services from your classes

  • Author: Philippe Jausions <Philippe.Jausions@11abacus.com>
  • Version: @version@
  • Todo: Add input/output filters that will decode/encode the data from/to a specified format (eventually nest filters)


[ Top ]


Method Detail

_handle   [line 53]

void _handle( string $methodName)

Handles the method call itself
  • Todo: Add payload to method calls
  • Todo: Fix the passing of parameters to the user's class constructor
  • Throws: Services_Webservice_IllegalCallException
  • Access: protected

Parameters:

string   $methodName   —  the method to call with the payload

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:45:27 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.