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 XMLRPCArrayParameter

An array containing other XMLRPCParameter objects.

XMLRPCParameter
Extended by XMLRPCArrayParameter
Package: Elgg\Core\XMLRPC
Located at XMLRPCArrayParameter.php
Methods summary
public
# __construct( array $parameters = NULL )

Construct an array.

Construct an array.

Parameters

$parameters
array
$parameters Optional array of parameters, if not provided then addField must be used.

Overrides

XMLRPCParameter::__construct()
public
# addField( XMLRPCParameter $value )

Add a field to the container.

Add a field to the container.

Parameters

$value
XMLRPCParameter
$value The value.
public string
# __toString( )

Converts XML array to string

Converts XML array to string

Returns

string
Properties inherited from XMLRPCParameter
$value
API documentation generated by ApiGen 2.8.0