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

Class: PEAR_PackageUpdate_Adapter_XmlRPC

Source Location: /PEAR_PackageUpdate-1.1.0a1/PackageUpdate/Adapter/XmlRPC.php

Class Overview

PEAR_PackageUpdate_Adapter
   |
   --PEAR_PackageUpdate_Adapter_XmlRPC

XMLRPC-based adapter for PEAR_PackageUpdate


Author(s):

Version:

  • Release: 1.1.0a1

Variables

Methods


Inherited Variables

Inherited Methods

Class: PEAR_PackageUpdate_Adapter

PEAR_PackageUpdate_Adapter::sendRequest()
Sends request to the remote server
PEAR_PackageUpdate_Adapter::supports()
Check if the protocol asked is supported

Class Details

[line 36]
XMLRPC-based adapter for PEAR_PackageUpdate


[ Top ]


Class Variables

$channel =

[line 38]


Type:   mixed


[ Top ]

$config =

[line 39]


Type:   mixed


[ Top ]

$ppu =

[line 40]


Type:   mixed


[ Top ]



Method Detail

PEAR_PackageUpdate_Adapter_XmlRPC (Constructor)   [line 42]

PEAR_PackageUpdate_Adapter_XmlRPC PEAR_PackageUpdate_Adapter_XmlRPC( &$config, &$ppu)


Parameters:

   &$config   — 
   &$ppu   — 

[ Top ]

sendRequest   [line 88]

mixed sendRequest( string $request)

Sends request to the remote server

Sends request to the remote server and returns its response

  • Since: version 1.1.0a1 (2009-02-28)
  • Access: public

Overrides PEAR_PackageUpdate_Adapter::sendRequest() (Sends request to the remote server)

Parameters:

string   $request   —  Remote request id to proceed

[ Top ]

supports   [line 58]

bool supports( )

Check if the protocol asked is supported

Check if the protocol asked is supported by default or package channel

  • Since: version 1.1.0a1 (2009-02-28)
  • Access: public

Overrides PEAR_PackageUpdate_Adapter::supports() (Check if the protocol asked is supported)
[ Top ]


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