Class CallerFactory

Description

Caller factory.

Located in /src/caller/CallerFactory.php (line 9)


	
			
Method Summary
void setDefaultCaller ( $class, string $caller)
Methods
static method getCurlCaller (line 23)

Get a CurlCaller instance.

static CurlCaller getCurlCaller ()
static method getDefaultCaller (line 53)

Get a Caller instance.

  • return: A Caller instance.
  • access: public
static Caller getDefaultCaller ()
static method getPeclCaller (line 33)

Get a PeclCaller instance.

static PeclCaller getPeclCaller ()
static method getSocketCaller (line 43)

Get a SocketCaller instance.

static SocketCaller getSocketCaller ()
setDefaultCaller (line 67)

Sets the default Caller.

  • access: public
void setDefaultCaller ( $class, string $caller)
  • string $caller: A Caller class name. (Required)
  • $class

Documentation generated on Mon, 22 Dec 2008 16:57:32 +0100 by phpDocumentor 1.4.1