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 XMLRPCStructParameter

A structure containing other XMLRPCParameter objects.

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

Construct a struct.

Construct a struct.

Parameters

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

Overrides

XMLRPCParameter::__construct()
public
# addField( string $name, XMLRPCParameter $value )

Add a field to the container.

Add a field to the container.

Parameters

$name
string
$name The name of the field.
$value
XMLRPCParameter
$value The value.
public string
# __toString( )

Convert to string

Convert to string

Returns

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