[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/zend/Zend/Server/ -> Reflection.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: 111 lines (4 kb)
Included or required:0 times
Referenced: 1 time
Includes or requires: 0 files

Defines 1 class

Zend_Server_Reflection:: (2 methods):
  reflectClass()
  reflectFunction()


Class: Zend_Server_Reflection  - X-Ref

Reflection for determining method signatures to use with server classes

reflectClass($class, $argv = false, $namespace = '')   X-Ref
Perform class reflection to create dispatch signatures

Creates a {@link Zend_Server_Reflection_Class} object for the class or
object provided.

If extra arguments should be passed to dispatchable methods, these may
be provided as an array to $argv.

param: string|object $class Class name or object
param: null|array $argv Optional arguments to be used during the method call
param: string $namespace Optional namespace with which to prefix the
return: Zend_Server_Reflection_Class

reflectFunction($function, $argv = false, $namespace = '')   X-Ref
Perform function reflection to create dispatch signatures

Creates dispatch prototypes for a function. It returns a
{@link Zend_Server_Reflection_Function} object.

If extra arguments should be passed to the dispatchable function, these
may be provided as an array to $argv.

param: string $function Function name
param: null|array $argv Optional arguments to be used during the method call
param: string $namespace Optional namespace with which to prefix the
return: Zend_Server_Reflection_Function



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