|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| __construct (Zend_Server_Reflection_Class $class, ReflectionMethod $r, $namespace=null, $argv=array()) | |
| getDeclaringClass () | |
| __wakeup () | |
Protected Attributes | |
| $_class | |
| $_classReflection | |
Definition at line 37 of file Method.php.
| __construct | ( | Zend_Server_Reflection_Class $ | class, |
| ReflectionMethod $ | r, | ||
| $ | namespace = null, |
||
| $ | argv = array() |
||
| ) |
Constructor
| Zend_Server_Reflection_Class | $class | |
| ReflectionMethod | $r | |
| string | $namespace | |
| array | $argv |
Definition at line 60 of file Method.php.

| __wakeup | ( | ) |
Wakeup from serialization
Reflection needs explicit instantiation to work correctly. Re-instantiate reflection object on wakeup.
Reimplemented from Zend_Server_Reflection_Function_Abstract.
Definition at line 104 of file Method.php.

Return the reflection for the class that defines this method
Definition at line 91 of file Method.php.
$_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.