Overview

Packages

  • ClipIt
    • clipit
      • api
    • urjc
      • backend
  • Elgg
    • Core
      • Access
      • Authentication
      • Cache
      • Caches
      • Core
      • DataMode
        • Site
      • DataModel
        • Annotations
        • Entities
        • Extender
        • File
        • Importable
        • Loggable
        • Notable
        • Object
        • User
      • DataStorage
      • Exception
      • Exceptions
        • Stub
      • FileStore
        • Disk
      • Groups
      • Helpers
      • HMAC
      • Memcache
      • Metadata
      • Navigation
      • ODD
      • Output
      • Plugins
        • Settings
      • Sessions
      • SocialModel
        • Friendable
        • Locatable
      • WebServicesAPI
      • Widgets
      • XML
      • XMLRPC
    • Exceptions
      • Stub
  • None
  • PHP

Classes

  • XMLRPCArrayParameter
  • XMLRPCBase64Parameter
  • XMLRPCBoolParameter
  • XMLRPCCall
  • XMLRPCDateParameter
  • XMLRPCDoubleParameter
  • XMLRPCErrorResponse
  • XMLRPCIntParameter
  • XMLRPCParameter
  • XMLRPCResponse
  • XMLRPCStringParameter
  • XMLRPCStructParameter
  • XMLRPCSuccessResponse
  • Overview
  • Package
  • Class
  • Tree

Class XMLRPCCall

An XMLRPC call

Package: Elgg\Core\XMLRPC
Located at XMLRPCCall.php
Methods summary
public
# __construct( string $xml )

Construct a new XML RPC Call

Construct a new XML RPC Call

Parameters

$xml
string
$xml XML
public string
# getMethodName( )

Return the method name associated with the call.

Return the method name associated with the call.

Returns

string
public array
# getParameters( )

Return the parameters. Returns a nested array of XmlElement.

Return the parameters. Returns a nested array of XmlElement.

Returns

array

See

XmlElement
API documentation generated by ApiGen 2.8.0