Moodle  2.2.1
http://www.collinsharper.com
Zend_Server_Reflection_Method Class Reference
Inheritance diagram for Zend_Server_Reflection_Method:
Collaboration diagram for Zend_Server_Reflection_Method:

Public Member Functions

 __construct (Zend_Server_Reflection_Class $class, ReflectionMethod $r, $namespace=null, $argv=array())
 getDeclaringClass ()
 __wakeup ()

Protected Attributes

 $_class
 $_classReflection

Detailed Description

Definition at line 37 of file Method.php.


Constructor & Destructor Documentation

__construct ( Zend_Server_Reflection_Class class,
ReflectionMethod $  r,
namespace = null,
argv = array() 
)

Constructor

Parameters:
Zend_Server_Reflection_Class$class
ReflectionMethod$r
string$namespace
array$argv
Returns:
void

Definition at line 60 of file Method.php.

Here is the call graph for this function:


Member Function Documentation

__wakeup ( )

Wakeup from serialization

Reflection needs explicit instantiation to work correctly. Re-instantiate reflection object on wakeup.

Returns:
void

Reimplemented from Zend_Server_Reflection_Function_Abstract.

Definition at line 104 of file Method.php.

Here is the call graph for this function:

Return the reflection for the class that defines this method

Returns:
Zend_Server_Reflection_Class

Definition at line 91 of file Method.php.


Field Documentation

$_class [protected]

Reimplemented from Zend_Server_Reflection_Function_Abstract.

Definition at line 43 of file Method.php.

$_classReflection [protected]

Definition at line 49 of file Method.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations