Class Zend_Json_Server

Description
  • license: New BSD License
  • copyright: Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)

Located in /Json/Server.php (line 54)

Zend_Server_Abstract
   |
   --Zend_Json_Server
Method Summary
 Zend_Json_Server __construct ()
 void addFunction (string $function, [string $namespace = ''])
 void fault ([ $exception = null], [int $code = null], string $fault)
 array getFunctions ()
 void handle ([array $request = false])
 void loadFunctions (array $functions)
 void setClass (string $classname, [string $namespace = ''], [array $argv = array()])
 void setPersistence (int $mode)
Methods
Constructor __construct (line 78)

Constructor

  • access: public
Zend_Json_Server __construct ()
addFunction (line 264)

Implement Zend_Server_Interface::addFunction()

  • access: public
void addFunction (string $function, [string $namespace = ''])
  • string $function: Function Name
  • string $namespace: Function namespace (unused)
fault (line 206)

Implement Zend_Server_Interface::fault()

  • access: public
void fault ([ $exception = null], [int $code = null], string $fault)
  • string $fault: Message
  • int $code: Error Code
  • $exception
getFunctions (line 284)

Implement Zend_Server_Interface::getFunctions()

  • return: An array of Zend_Server_Reflection_Method's
  • access: public
array getFunctions ()
handle (line 89)

Implement Zend_Server_Interface::handle()

  • access: public
void handle ([array $request = false])
  • array $request
loadFunctions (line 295)

Implement Zend_Server_Interface::loadFunctions()

  • access: public
  • todo: Implement
void loadFunctions (array $functions)
  • array $functions
setClass (line 176)

Implement Zend_Server_Interface::setClass()

  • access: public
void setClass (string $classname, [string $namespace = ''], [array $argv = array()])
  • string $classname: Class name
  • string $namespace: Class namespace (unused)
  • array $argv: An array of Constructor Arguments
setPersistence (line 306)

Implement Zend_Server_Interface::setPersistence()

  • access: public
  • todo: Implement
void setPersistence (int $mode)
  • int $mode

Documentation generated on Thu, 18 Jan 2007 10:01:15 -0800 by phpDocumentor 1.3.1