[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/zend/Zend/Server/ -> Abstract.php (summary)

Zend Framework LICENSE

Copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
License: http://framework.zend.com/license/new-bsd New BSD License
File Size: 242 lines (7 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 6 functions

  __construct()
  getFunctions()
  lowerCase()
  _buildCallback()
  _buildSignature()
  _dispatch()

Functions
Functions that are not part of a class:

__construct()   X-Ref
Constructor

Setup server description

return: void

getFunctions()   X-Ref
Returns a list of registered methods

Returns an array of method definitions.

return: Zend_Server_Definition

lowerCase(&$value, &$key)   X-Ref
Lowercase a string

Lowercase's a string by reference

param: string $string value
param: string $key
return: string Lower cased string

_buildCallback(Zend_Server_Reflection_Function_Abstract $reflection)   X-Ref
Build callback for method signature

param: Zend_Server_Reflection_Function_Abstract $reflection
return: Zend_Server_Method_Callback

_buildSignature(Zend_Server_Reflection_Function_Abstract $reflection, $class = null)   X-Ref
Build a method signature

param: Zend_Server_Reflection_Function_Abstract $reflection
param: null|string|object $class
return: Zend_Server_Method_Definition

_dispatch(Zend_Server_Method_Definition $invocable, array $params)   X-Ref
Dispatch method

param: Zend_Server_Method_Definition $invocable
param: array $params
return: mixed



Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1