[ Index ]

PHP Cross Reference of BuddyPress

title

Body

[close]

/src/bp-forums/bbpress/bb-includes/backpress/ -> class.ixr.php (summary)

IXR - The Incutio XML-RPC Library Copyright (c) 2010, Incutio Ltd. All rights reserved.

Author: Simon Willison
Copyright: Incutio Ltd 2010 (http://www.incutio.com)
License: http://www.opensource.org/licenses/bsd-license.php BSD
Version: 1.7.4 7th September 2010
File Size: 1115 lines (32 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 10 classes

IXR_Value:: (5 methods):
  __construct()
  IXR_Value()
  calculateType()
  getXml()
  isStruct()

IXR_Message:: (6 methods):
  __construct()
  IXR_Message()
  parse()
  tag_open()
  cdata()
  tag_close()

IXR_Server:: (12 methods):
  __construct()
  IXR_Server()
  serve()
  call()
  error()
  output()
  hasMethod()
  setCapabilities()
  getCapabilities()
  setCallbacks()
  listMethods()
  multiCall()

IXR_Request:: (4 methods):
  __construct()
  IXR_Request()
  getLength()
  getXml()

IXR_Client:: (7 methods):
  __construct()
  IXR_Client()
  query()
  getResponse()
  isError()
  getErrorCode()
  getErrorMessage()

IXR_Error:: (3 methods):
  __construct()
  IXR_Error()
  getXml()

IXR_Date:: (7 methods):
  __construct()
  IXR_Date()
  parseTimestamp()
  parseIso()
  getIso()
  getXml()
  getTimestamp()

IXR_Base64:: (3 methods):
  __construct()
  IXR_Base64()
  getXml()

IXR_IntrospectionServer:: (6 methods):
  __construct()
  IXR_IntrospectionServer()
  addCallback()
  call()
  methodSignature()
  methodHelp()

IXR_ClientMulticall:: (4 methods):
  __construct()
  IXR_ClientMulticall()
  addCall()
  query()


Class: IXR_Value  - X-Ref

IXR_Value

__construct($data, $type = false)   X-Ref
No description

IXR_Value($data, $type = false)   X-Ref
No description

calculateType()   X-Ref
No description

getXml()   X-Ref
No description

isStruct($array)   X-Ref
Checks whether or not the supplied array is a struct or not

param: unknown_type $array
return: boolean

Class: IXR_Message  - X-Ref

IXR_MESSAGE

__construct($message)   X-Ref
No description

IXR_Message($message)   X-Ref
No description

parse()   X-Ref
No description

tag_open($parser, $tag, $attr)   X-Ref
No description

cdata($parser, $cdata)   X-Ref
No description

tag_close($parser, $tag)   X-Ref
No description

Class: IXR_Server  - X-Ref

IXR_Server

__construct($callbacks = false, $data = false, $wait = false)   X-Ref
No description

IXR_Server($callbacks = false, $data = false, $wait = false)   X-Ref
No description

serve($data = false)   X-Ref
No description

call($methodname, $args)   X-Ref
No description

error($error, $message = false)   X-Ref
No description

output($xml)   X-Ref
No description

hasMethod($method)   X-Ref
No description

setCapabilities()   X-Ref
No description

getCapabilities($args)   X-Ref
No description

setCallbacks()   X-Ref
No description

listMethods($args)   X-Ref
No description

multiCall($methodcalls)   X-Ref
No description

Class: IXR_Request  - X-Ref

IXR_Request

__construct($method, $args)   X-Ref
No description

IXR_Request($method, $args)   X-Ref
No description

getLength()   X-Ref
No description

getXml()   X-Ref
No description

Class: IXR_Client  - X-Ref

IXR_Client

__construct($server, $path = false, $port = 80, $timeout = 15)   X-Ref
No description

IXR_Client($server, $path = false, $port = 80, $timeout = 15)   X-Ref
No description

query()   X-Ref
No description

getResponse()   X-Ref
No description

isError()   X-Ref
No description

getErrorCode()   X-Ref
No description

getErrorMessage()   X-Ref
No description

Class: IXR_Error  - X-Ref

IXR_Error

__construct($code, $message)   X-Ref
No description

IXR_Error($code, $message)   X-Ref
No description

getXml()   X-Ref
No description

Class: IXR_Date  - X-Ref

IXR_Date

__construct($time)   X-Ref
No description

IXR_Date($time)   X-Ref
No description

parseTimestamp($timestamp)   X-Ref
No description

parseIso($iso)   X-Ref
No description

getIso()   X-Ref
No description

getXml()   X-Ref
No description

getTimestamp()   X-Ref
No description

Class: IXR_Base64  - X-Ref

IXR_Base64

__construct($data)   X-Ref
No description

IXR_Base64($data)   X-Ref
No description

getXml()   X-Ref
No description

Class: IXR_IntrospectionServer  - X-Ref

IXR_IntrospectionServer

__construct()   X-Ref
No description

IXR_IntrospectionServer()   X-Ref
No description

addCallback($method, $callback, $args, $help)   X-Ref
No description

call($methodname, $args)   X-Ref
No description

methodSignature($method)   X-Ref
No description

methodHelp($method)   X-Ref
No description

Class: IXR_ClientMulticall  - X-Ref

IXR_ClientMulticall

__construct($server, $path = false, $port = 80)   X-Ref
No description

IXR_ClientMulticall($server, $path = false, $port = 80)   X-Ref
No description

addCall()   X-Ref
No description

query()   X-Ref
No description



Generated: Tue Mar 19 01:01:09 2024 Cross-referenced by PHPXref 0.7.1